Home
last modified time | relevance | path

Searched refs:CRYPTO_ocb128_finish (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dmodes.h209 int CRYPTO_ocb128_finish(OCB128_CONTEXT *ctx, const unsigned char *tag,
/freebsd/crypto/openssl/crypto/modes/
H A Docb128.c537 int CRYPTO_ocb128_finish(OCB128_CONTEXT *ctx, const unsigned char *tag, in CRYPTO_ocb128_finish() function
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c72 return (CRYPTO_ocb128_finish(&ctx->ocb, ctx->tag, ctx->taglen) == 0); in aes_generic_ocb_final()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt421 CRYPTO_ocb128_finish(3)
H A Dmissingcrypto111.txt480 CRYPTO_ocb128_finish(3)
H A Dlibcrypto.num1296 CRYPTO_ocb128_finish 1326 3_0_0 EXIST::FUNCTION:OCB
/freebsd/secure/lib/libcrypto/
H A DVersion.map828 CRYPTO_ocb128_finish;
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c4015 if (CRYPTO_ocb128_finish(&octx->ocb, in aes_ocb_cipher()