Searched refs:_final (Results 1 – 11 of 11) sorted by relevance
/freebsd/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) \ 40 return fn##_final(md, EVP_MD_CTX_get0_md_data(ctx)); \
|
/freebsd/sys/security/mac_veriexec/ |
H A D | mac_veriexec.h | 145 _update, _final, _vers) \ argument 153 .final = _final, \
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4.c | 101 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|
H A D | cipher_tdes.h | 52 (void (*)(void))ossl_cipher_generic_##block##_final }, \
|
H A D | cipher_rc5.c | 164 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|
H A D | cipher_des.c | 172 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##block##_final },\
|
H A D | cipher_rc2.c | 254 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|
H A D | cipher_aes_wrp.c | 302 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))aes_##mode##_final }, \
|
H A D | cipher_aes_cbc_hmac_sha.c | 410 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))nm##_final }, \
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 140 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \ 167 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
|