Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/evp/
A Dbio_ok.c529 unsigned long tl; in block_out() local
538 tl = ctx->buf_len - OK_BLOCK_BLOCK; in block_out()
542 ctx->buf[3] = (unsigned char)(tl); in block_out()
560 unsigned long tl = 0; in block_in() local
571 tl = ctx->buf[0]; in block_in()
572 tl <<= 8; in block_in()
573 tl |= ctx->buf[1]; in block_in()
574 tl <<= 8; in block_in()
575 tl |= ctx->buf[2]; in block_in()
576 tl <<= 8; in block_in()
[all …]
A Devp_lib.c246 long tl; in evp_cipher_get_asn1_aead_params() local
252 i = ossl_asn1_type_get_octetstring_int(type, &tl, NULL, EVP_MAX_IV_LENGTH); in evp_cipher_get_asn1_aead_params()
255 ossl_asn1_type_get_octetstring_int(type, &tl, iv, i); in evp_cipher_get_asn1_aead_params()
/openssl-master/crypto/bn/
A Dbn_asm.c209 BN_ULONG dh, dl, q, ret = 0, th, tl, t; in bn_div_words() local
236 tl = dl * q; in bn_div_words()
240 ((tl) <= ((t << BN_BITS4) | ((l & BN_MASK2h) >> BN_BITS4)))) in bn_div_words()
244 tl -= dl; in bn_div_words()
246 t = (tl >> BN_BITS4); in bn_div_words()
247 tl = (tl << BN_BITS4) & BN_MASK2h; in bn_div_words()
250 if (l < tl) in bn_div_words()
252 l -= tl; in bn_div_words()

Completed in 16 milliseconds