Home
last modified time | relevance | path

Searched refs:EVP_CIPH_CTR_MODE (Results 1 – 17 of 17) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw_t4.inc54 else if (dat->mode == EVP_CIPH_CTR_MODE)
62 else if (dat->mode == EVP_CIPH_CTR_MODE)
70 else if (dat->mode == EVP_CIPH_CTR_MODE)
H A Dcipher_aes_hw.c83 if (dat->mode == EVP_CIPH_CTR_MODE) in cipher_hw_aes_initkey()
91 if (BSAES_CAPABLE && dat->mode == EVP_CIPH_CTR_MODE) { in cipher_hw_aes_initkey()
111 if (dat->mode == EVP_CIPH_CTR_MODE) in cipher_hw_aes_initkey()
H A Dcipher_sm4_hw.c38 if (ctx->mode == EVP_CIPH_CTR_MODE) in cipher_hw_sm4_initkey()
54 else if (ctx->mode == EVP_CIPH_CTR_MODE) in cipher_hw_sm4_initkey()
67 else if (ctx->mode == EVP_CIPH_CTR_MODE) in cipher_hw_sm4_initkey()
H A Dcipher_camellia_hw_t4.inc34 else if (mode == EVP_CIPH_CTR_MODE)
43 else if (mode == EVP_CIPH_CTR_MODE)
H A Dcipher_aes_hw_armv8.inc20 if (AES_UNROLL12_EOR3_CAPABLE && dat->mode == EVP_CIPH_CTR_MODE)
H A Dcipher_aes_hw_aesni.inc41 else if (dat->mode == EVP_CIPH_CTR_MODE)
H A Dcipher_aes_hw_rv64i.inc92 } else if (dat->mode == EVP_CIPH_CTR_MODE) {
/openssl/engines/
H A De_devcrypto.c141 { NID_aes_128_ctr, 16, 128 / 8, 16, EVP_CIPH_CTR_MODE, CRYPTO_AES_CTR },
142 { NID_aes_192_ctr, 16, 192 / 8, 16, EVP_CIPH_CTR_MODE, CRYPTO_AES_CTR },
143 { NID_aes_256_ctr, 16, 256 / 8, 16, EVP_CIPH_CTR_MODE, CRYPTO_AES_CTR },
275 case EVP_CIPH_CTR_MODE: in cipher_do_cipher()
303 case EVP_CIPH_CTR_MODE: in cipher_do_cipher()
480 cipher_mode == EVP_CIPH_CTR_MODE ? 1 : in prepare_cipher_methods()
492 cipher_mode == EVP_CIPH_CTR_MODE ? in prepare_cipher_methods()
H A De_padlock.c631 if (mode == EVP_CIPH_OFB_MODE || mode == EVP_CIPH_CTR_MODE) in padlock_aes_init_key()
H A De_dasync.c310 | EVP_CIPH_CTR_MODE in bind_dasync()
/openssl/crypto/evp/
H A De_sm4.c112 if (mode == EVP_CIPH_CTR_MODE) in sm4_init_key()
128 else if (mode == EVP_CIPH_CTR_MODE) in sm4_init_key()
H A De_camellia.c87 else if (mode == EVP_CIPH_CTR_MODE) in cmll_t4_init_key()
96 else if (mode == EVP_CIPH_CTR_MODE) in cmll_t4_init_key()
H A De_aes.c167 else if (mode == EVP_CIPH_CTR_MODE) in aesni_init_key()
514 else if (mode == EVP_CIPH_CTR_MODE) in aes_t4_init_key()
522 else if (mode == EVP_CIPH_CTR_MODE) in aes_t4_init_key()
530 else if (mode == EVP_CIPH_CTR_MODE) in aes_t4_init_key()
2462 if (mode == EVP_CIPH_CTR_MODE) in aes_init_key()
2470 if (BSAES_CAPABLE && mode == EVP_CIPH_CTR_MODE) { in aes_init_key()
2490 if (mode == EVP_CIPH_CTR_MODE) in aes_init_key()
H A Devp_enc.c415 case EVP_CIPH_CTR_MODE: in evp_cipher_init_internal()
/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod97 EVP_CIPH_CFB_MODE, EVP_CIPH_OFB_MODE, EVP_CIPH_CTR_MODE, EVP_CIPH_GCM_MODE,
H A DEVP_EncryptInit.pod600 EVP_CIPH_CTR_MODE, EVP_CIPH_GCM_MODE, EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE,
/openssl/include/openssl/
H A Devp.h307 # define EVP_CIPH_CTR_MODE 0x5 macro

Completed in 66 milliseconds