Symbol: ossl_cipher_generic_initkey
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
312
ossl_cipher_generic_initkey(&ctx->base, kbits, blkbits, ivbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
314
ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, mode, flags,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
61
ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, mode, flags,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
133
ossl_cipher_generic_initkey(&ctx->base, kbits, blkbits, ivbits, mode,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
37
ossl_cipher_generic_initkey(ctx, CHACHA20_KEYLEN * 8,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
48
ossl_cipher_generic_initkey(&ctx->base, CHACHA20_POLY1305_KEYLEN * 8,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
42
ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, mode, flags,
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
250
ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
86
ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, 0, flags, \
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
57
ossl_cipher_generic_initkey(ctx, RC4_HMAC_MD5_KEY_BITS,
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
145
ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
83
ossl_cipher_generic_initkey(&ctx->base, kbits, blkbits, ivbits, mode,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
34
ossl_cipher_generic_initkey(tctx, kbits, blkbits, ivbits, mode, flags,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
131
void ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
208
ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, \