Searched refs:_final (Results 1 – 12 of 12) sorted by relevance
| /src/crypto/openssl/crypto/evp/ |
| H A D | legacy_meth.h | 19 static int nm##_final(EVP_MD_CTX *ctx, unsigned char *md) \ 33 static int nm##_final(EVP_MD_CTX *ctx, unsigned char *md) \ 35 return fn##_final(md, EVP_MD_CTX_get0_md_data(ctx)); \
|
| H A D | legacy_sha.c | 38 static int nm##_final(EVP_MD_CTX *ctx, unsigned char *md) \ 41 return fn##_final(kctx, md, kctx->md_size); \
|
| /src/sys/security/mac_veriexec/ |
| H A D | mac_veriexec.h | 145 _update, _final, _vers) \ argument 153 .final = _final, \
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_rc4.c | 99 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|
| H A D | cipher_tdes.h | 54 (void (*)(void))ossl_cipher_generic_##block##_final }, \
|
| H A D | cipher_rc5.c | 161 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|
| H A D | cipher_des.c | 170 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##block##_final }, \
|
| H A D | cipher_rc2.c | 266 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|
| H A D | cipher_aes_wrp.c | 304 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))aes_##mode##_final }, \
|
| H A D | cipher_aes_cbc_hmac_sha.c | 414 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))nm##_final }, \
|
| /src/crypto/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon.h | 146 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \ 175 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|
| /src/crypto/openssl/providers/implementations/digests/ |
| H A D | blake2_prov.c | 167 …return ossl_blake##variant##_final(out, ctx); …
|