Searched refs:ossl_siv128_init (Results 1 – 3 of 3) sorted by relevance
/openssl-master/include/crypto/ |
A D | siv.h | 17 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen,
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_siv_hw.c | 55 return ossl_siv128_init(sctx, key, klen, ctx->cbc, ctx->ctr, libctx, in aes_siv_initkey()
|
/openssl-master/crypto/modes/ |
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
|
Completed in 9 milliseconds