Symbol: IMPLEMENT_cipher
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
314
IMPLEMENT_cipher(aes, gcm_siv, GCM_SIV, AEAD_FLAGS, 128, 8, 96);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
315
IMPLEMENT_cipher(aes, gcm_siv, GCM_SIV, AEAD_FLAGS, 192, 8, 96);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
316
IMPLEMENT_cipher(aes, gcm_siv, GCM_SIV, AEAD_FLAGS, 256, 8, 96);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
564
IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 256, 128, OCB_DEFAULT_IV_LEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
565
IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 192, 128, OCB_DEFAULT_IV_LEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
566
IMPLEMENT_cipher(ocb, OCB, AES_OCB_FLAGS, 128, 128, OCB_DEFAULT_IV_LEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
294
IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
295
IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
296
IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 256, 8, 0)
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
322
IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
323
IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
324
IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
325
IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
326
IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
327
IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
329
IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
330
IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
331
IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
332
IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
333
IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
334
IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_PAD_IVLEN * 8);
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
317
IMPLEMENT_cipher(xts, XTS, 256, AES_XTS_FLAGS);
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
318
IMPLEMENT_cipher(xts, XTS, 128, AES_XTS_FLAGS);
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
284
IMPLEMENT_cipher(rc2, RC2, ecb, ECB, RC2_FLAGS, 128, 64, 0, block)
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
286
IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 128, 64, 64, block)
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
288
IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 40, 64, 64, block)
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
290
IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 64, 64, 64, block)
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
293
IMPLEMENT_cipher(rc2, RC2, ofb128, OFB, RC2_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
295
IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
117
IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 40, 8, 0, stream)
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
119
IMPLEMENT_cipher(rc4, RC4, RC4_FLAGS, 128, 8, 0, stream)
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
179
IMPLEMENT_cipher(rc5, RC5, ecb, ECB, RC5_FLAGS, 128, 64, 0, block)
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
181
IMPLEMENT_cipher(rc5, RC5, cbc, CBC, RC5_FLAGS, 128, 64, 64, block)
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
183
IMPLEMENT_cipher(rc5, RC5, ofb64, OFB, RC5_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
185
IMPLEMENT_cipher(rc5, RC5, cfb64, CFB, RC5_FLAGS, 128, 8, 64, stream)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
281
IMPLEMENT_cipher(xts, XTS, 128, SM4_XTS_FLAGS);