Searched refs:mlen (Results 1 – 2 of 2) sorted by relevance
/babblesim_ext_libCryptov1-latest/src/ |
D | blecrypt.c | 238 int mlen, in blecrypt_packet_encrypt_v3() argument 263 EVP_EncryptUpdate(ctx, NULL, &outlen, NULL, mlen); in blecrypt_packet_encrypt_v3() 267 EVP_EncryptUpdate(ctx, ct, &outlen, pt, mlen); in blecrypt_packet_encrypt_v3() 303 int mlen, in blecrypt_packet_decrypt_v3() argument 332 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_TAG, maclen, (uint8_t *)ct + mlen); in blecrypt_packet_decrypt_v3() 337 EVP_DecryptUpdate(ctx, NULL, &outlen, NULL, mlen); in blecrypt_packet_decrypt_v3() 342 ok = EVP_DecryptUpdate(ctx, pt, &outlen, ct, mlen); in blecrypt_packet_decrypt_v3()
|
D | blecrypt.h | 95 int mlen, 106 int mlen,
|