Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dmodes.h211 int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len);
/freebsd/crypto/openssl/crypto/modes/
H A Docb128.c546 int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len) in CRYPTO_ocb128_tag() function
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c67 return CRYPTO_ocb128_tag(&ctx->ocb, tag, tlen) > 0; in aes_generic_ocb_gettag()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt425 CRYPTO_ocb128_tag(3)
H A Dmissingcrypto111.txt484 CRYPTO_ocb128_tag(3)
H A Dlibcrypto.num3467 CRYPTO_ocb128_tag 3542 3_0_0 EXIST::FUNCTION:OCB
/freebsd/secure/lib/libcrypto/
H A DVersion.map832 CRYPTO_ocb128_tag;
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c4022 if (CRYPTO_ocb128_tag(&octx->ocb, octx->tag, 16) != 1) in aes_ocb_cipher()