Home
last modified time | relevance | path

Searched refs:initkey (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h15 int (*initkey)(void *ctx, const uint8_t *key, size_t keylen); member
H A Dcipher_aes_gcm_siv.h25 int (*initkey)(void *vctx); member
H A Dcipher_aes_siv.c93 if (!ctx->hw->initkey(ctx, key, ctx->keylen)) in siv_init()
H A Dcipher_aes_gcm_siv.c117 if (!ctx->hw->initkey(ctx)) in ossl_aes_gcm_siv_init()

Completed in 14 milliseconds