Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Devp_lib.c123 nid = EVP_CIPHER_nid(ctx); in EVP_CIPHER_type()
237 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid() function
Devp.h446 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
447 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/external/openssl/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.c347 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_ASN1_write_bio()
/external/openssl/apps/
Denc.c427 OBJ_nid2ln(EVP_CIPHER_nid(cipher)), in MAIN()
/external/openssl/include/openssl/
Devp.h446 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
447 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1236 switch(EVP_CIPHER_nid(e)){ in evp_crypt()