Searched refs:tl (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/evp/ |
H A D | bio_ok.c | 530 unsigned long tl; in block_out() local 541 tl = ctx->buf_len - OK_BLOCK_BLOCK; in block_out() 545 ctx->buf[3] = (unsigned char)(tl); in block_out() 563 unsigned long tl = 0; in block_in() local 574 tl = ctx->buf[0]; in block_in() 575 tl <<= 8; in block_in() 576 tl |= ctx->buf[1]; in block_in() 577 tl <<= 8; in block_in() 578 tl |= ctx->buf[2]; in block_in() 579 tl <<= 8; in block_in() [all …]
|
H A D | evp_lib.c | 225 long tl; in evp_cipher_get_asn1_aead_params() local 231 i = ossl_asn1_type_get_octetstring_int(type, &tl, NULL, EVP_MAX_IV_LENGTH); in evp_cipher_get_asn1_aead_params() 234 ossl_asn1_type_get_octetstring_int(type, &tl, iv, i); in evp_cipher_get_asn1_aead_params()
|
/openssl/crypto/bn/ |
H A D | bn_asm.c | 209 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()
|
/openssl/doc/designs/ |
H A D | fetching-composite-algorithms.md | 16 [Background / tl;dr](#background-tldr) at the end of this design. 113 Background / tl;dr
|
H A D | passing-algorithmidentifier-parameters.md | 18 [Background / tl;dr](#background-tldr) at the end of this design. 129 Background / tl;dr
|
Completed in 15 milliseconds