Searched refs:ossl_siv128_init (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | siv.h | 17 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen,
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | siv128.c | 151 ret = ossl_siv128_init(ctx, key, klen, cbc, ctr, libctx, propq); in ossl_siv128_new() 163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init() function
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 55 return ossl_siv128_init(sctx, key, klen, ctx->cbc, ctx->ctr, libctx, in aes_siv_initkey()
|