Home
last modified time | relevance | path

Searched refs:_final (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_meth.h19 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 Dlegacy_sha.c38 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 Dmac_veriexec.h145 _update, _final, _vers) \ argument
153 .final = _final, \
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c101 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
H A Dcipher_tdes.h52 (void (*)(void))ossl_cipher_generic_##block##_final }, \
H A Dcipher_rc5.c164 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
H A Dcipher_des.c172 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##block##_final },\
H A Dcipher_rc2.c254 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
H A Dcipher_aes_wrp.c302 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))aes_##mode##_final }, \
H A Dcipher_aes_cbc_hmac_sha.c410 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))nm##_final }, \
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h140 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \
167 { OSSL_FUNC_CIPHER_FINAL, (void (*)(void))ossl_cipher_generic_##typ##_final }, \