Home
last modified time | relevance | path

Searched refs:EVP_CIPH_CFB_MODE (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/crypto/evp/
De_idea.c63 else if (EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_CFB_MODE) in BLOCK_CIPHER_func_cbc()
Devp_enc.c384 case EVP_CIPH_CFB_MODE: in evp_cipher_init_internal()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_idea_hw.c27 || ctx->mode == EVP_CIPH_CFB_MODE) { in cipher_hw_idea_initkey()
Dcipher_tdes_common.c82 || ctx->mode == EVP_CIPH_CFB_MODE in tdes_init()
Dciphercommon.c204 || ctx->mode == EVP_CIPH_CFB_MODE in cipher_generic_init_internal()
/third_party/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod96 EVP_CIPH_CFB_MODE, EVP_CIPH_OFB_MODE, EVP_CIPH_CTR_MODE, EVP_CIPH_GCM_MODE,
DEVP_EncryptInit.pod573 EVP_CIPH_ECB_MODE, EVP_CIPH_CBC_MODE, EVP_CIPH_CFB_MODE, EVP_CIPH_OFB_MODE,
/third_party/openssl/ohos_lite/include/openssl/
Devp.h238 # define EVP_CIPH_CFB_MODE 0x3 macro
/third_party/openssl/include/openssl/
Devp.h300 # define EVP_CIPH_CFB_MODE 0x3 macro