Searched defs:bl (Results 1 – 12 of 12) sorted by relevance
/openssl/crypto/cmac/ |
H A D | cmac.c | 41 static void make_kn(unsigned char *k1, const unsigned char *l, int bl) in make_kn() 95 int bl; in CMAC_CTX_copy() local 146 int bl; in ossl_cmac_init() local 182 int bl; in CMAC_Update() local 250 int i, bl, lb; in CMAC_Final() local
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_des_hw.c | 54 size_t i, bl = ctx->blocksize; in cipher_hw_des_ecb_cipher() local
|
H A D | ciphercommon_hw.c | 32 size_t i, bl = dat->blocksize; in ossl_cipher_hw_generic_ecb() local
|
/openssl/crypto/asn1/ |
H A D | a_object.c | 58 BIGNUM *bl = NULL; in a2d_ASN1_OBJECT() local
|
/openssl/crypto/evp/ |
H A D | e_sm4.c | 172 size_t bl = EVP_CIPHER_CTX_get_block_size(ctx); in sm4_ecb_cipher() local
|
H A D | e_camellia.c | 239 size_t bl = EVP_CIPHER_CTX_get_block_size(ctx); in camellia_ecb_cipher() local
|
H A D | evp_enc.c | 571 int i, j, bl, cmpl = inl; in evp_EncryptDecryptUpdate() local 723 unsigned int i, b, bl; in EVP_EncryptFinal_ex() local
|
H A D | e_aes.c | 193 size_t bl = EVP_CIPHER_CTX_get_block_size(ctx); in aesni_ecb_cipher() local 2524 size_t bl = EVP_CIPHER_CTX_get_block_size(ctx); in aes_ecb_cipher() local
|
/openssl/crypto/bn/ |
H A D | bn_local.h | 574 # define mul64(l,h,bl,bh) \ argument 609 # define mul_add(r,a,bl,bh,c) { \ argument 625 # define mul(r,a,bl,bh,c) { \ argument
|
H A D | bn_mul.c | 510 int top, al, bl; in bn_mul_fixed_top() local
|
H A D | bn_asm.c | 107 BN_ULONG bl, bh; in bn_mul_add_words() local 139 BN_ULONG bl, bh; in bn_mul_words() local
|
/openssl/crypto/objects/ |
H A D | obj_dat.c | 471 BIGNUM *bl; in OBJ_obj2txt() local
|
Completed in 46 milliseconds