Searched refs:mlen (Results 1 – 2 of 2) sorted by relevance
| /babblesim_ext_libCryptov1-latest/src/ |
| D | blecrypt.c | 265 int mlen, in blecrypt_packet_encrypt_v3() argument 290 EVP_EncryptUpdate(ctx, NULL, &outlen, NULL, mlen); in blecrypt_packet_encrypt_v3() 294 EVP_EncryptUpdate(ctx, ct, &outlen, pt, mlen); in blecrypt_packet_encrypt_v3() 330 int mlen, in blecrypt_packet_decrypt_v3() argument 359 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_TAG, maclen, (uint8_t *)ct + mlen); in blecrypt_packet_decrypt_v3() 364 EVP_DecryptUpdate(ctx, NULL, &outlen, NULL, mlen); in blecrypt_packet_decrypt_v3() 369 ok = EVP_DecryptUpdate(ctx, pt, &outlen, ct, mlen); in blecrypt_packet_decrypt_v3()
|
| D | blecrypt.h | 95 int mlen, 106 int mlen,
|