Home
last modified time | relevance | path

Searched refs:EVP_CIPH_OCB_MODE (Results 1 - 7 of 7) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_cipher.cc35 case EVP_CIPH_OCB_MODE: in IsSupportedAuthenticatedMode()
86 case EVP_CIPH_OCB_MODE: mode_label = "ocb"; break; in GetCipherInfo()
126 case EVP_CIPH_OCB_MODE: in GetCipherInfo()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c118 case EVP_CIPH_OCB_MODE: in evp_cipher_param_to_asn1_ex()
207 case EVP_CIPH_OCB_MODE: in evp_cipher_asn1_to_param_ex()
/third_party/openssl/crypto/evp/
H A Devp_lib.c118 case EVP_CIPH_OCB_MODE: in evp_cipher_param_to_asn1_ex()
207 case EVP_CIPH_OCB_MODE: in evp_cipher_asn1_to_param_ex()
/third_party/openssl/test/
H A Devp_test.c522 /* EVP_CIPH_GCM_MODE, EVP_CIPH_CCM_MODE or EVP_CIPH_OCB_MODE if AEAD */
774 if (enc || expected->aead == EVP_CIPH_OCB_MODE || expected->tag_late) { in cipher_test_enc()
915 } else if (!enc && (expected->aead == EVP_CIPH_OCB_MODE in cipher_test_enc()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h245 # define EVP_CIPH_OCB_MODE 0x10003 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h309 # define EVP_CIPH_OCB_MODE 0x10003 macro
/third_party/openssl/include/openssl/
H A Devp.h307 # define EVP_CIPH_OCB_MODE 0x10003 macro

Completed in 19 milliseconds