Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_nid (Results 1 – 13 of 13) sorted by relevance

/external/openssl/crypto/evp/
Devp_lib.c127 nid = EVP_CIPHER_nid(ctx); in EVP_CIPHER_type()
241 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid() function
Devp_pbe.c262 cipher_nid = EVP_CIPHER_nid(cipher); in EVP_PBE_alg_add()
Devp.h489 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
490 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/external/openssl/crypto/pem/
Dpem_info.c326 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_X509_INFO_write_bio()
360 EVP_CIPHER_nid(xi->enc_cipher.cipher)); in PEM_X509_INFO_write_bio()
Dpem_lib.c347 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_ASN1_write_bio()
/external/chromium_org/third_party/boringssl/src/crypto/pem/
Dpem_info.c325 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_X509_INFO_write_bio()
359 EVP_CIPHER_nid(xi->enc_cipher.cipher)); in PEM_X509_INFO_write_bio()
Dpem_lib.c301 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_ASN1_write_bio()
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
Dp5_pbev2.c124 alg_nid = EVP_CIPHER_nid(cipher); in PKCS5_pbe2_set_iv()
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dcipher.h274 OPENSSL_EXPORT int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher.c591 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) { return cipher->nid; } in EVP_CIPHER_nid() function
/external/openssl/apps/
Denc.c443 OBJ_nid2ln(EVP_CIPHER_nid(cipher)), in MAIN()
/external/openssl/include/openssl/
Devp.h489 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
490 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1245 switch(EVP_CIPHER_nid(e)){ in evp_crypt()