Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_siv.h15 int (*initkey)(void *ctx, const uint8_t *key, size_t keylen); member
Dcipher_aes_siv.c95 if (!ctx->hw->initkey(ctx, key, ctx->keylen)) in siv_init()