Searched refs:OBJ_nid2sn (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dnames.c73 r=OBJ_NAME_add(OBJ_nid2sn(c->nid),OBJ_NAME_TYPE_CIPHER_METH,(const char *)c);
87 name=OBJ_nid2sn(md->type);
95 r=OBJ_NAME_add(OBJ_nid2sn(md->pkey_type),
H A Devp.h460 #define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a))
462 #define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
479 #define EVP_MD_name(e) OBJ_nid2sn(EVP_MD_nid(e))
490 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
H A Dp5_crpt2.c184 OBJ_nid2sn(OBJ_obj2nid(pbe2->encryption->algorithm)));
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dtabtest.c86 printf("%d : %s\n", (*tmp)->ext_nid, OBJ_nid2sn((*tmp)->ext_nid));
H A Dv3_conf.c108 return v3_generic_extension(OBJ_nid2sn(ext_nid),
140 ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=", value);
164 ERR_add_error_data(2, "name=", OBJ_nid2sn(ext_nid));
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_verify.c86 type=EVP_get_digestbyname(OBJ_nid2sn(i));
149 type=EVP_get_digestbyname(OBJ_nid2sn(i));
H A Dt_pkey.c322 if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
409 if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid))
424 OBJ_nid2sn(basis_type)) <= 0)
H A Da_strex.c484 objbuf = OBJ_nid2sn(fn_nid);
/macosx-10.10.1/ntp-92/libntp/
H A Dssl_init.c134 name = OBJ_nid2sn(nid);
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dopenssl_missing.h113 # define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
117 # define EVP_MD_name(e) OBJ_nid2sn(EVP_MD_type(e))
H A Dossl_x509attr.c153 ret = rb_str_new2(OBJ_nid2sn(nid));
H A Dossl_x509name.c286 short_name = OBJ_nid2sn(nid);
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_obj.c107 if ((n == NID_undef) || ((s=OBJ_nid2sn(n)) == NULL))
/macosx-10.10.1/OpenSSL098-52/src/crypto/pem/
H A Dpem_info.c323 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc));
350 objstr=OBJ_nid2sn(
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dengine.c480 OBJ_nid2sn(nids[k]),
490 OBJ_nid2sn(nids[k]),
H A Dcrl.c336 OBJ_nid2sn(EVP_MD_type(digest)));
H A Ddgst.c417 name=OBJ_nid2sn(md->type);
H A Decparam.c368 sname = OBJ_nid2sn(curves[n].nid);
/macosx-10.10.1/OpenSSL098-52/src/crypto/ecdsa/
H A Decdsatest.c198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
353 BIO_printf(out, "%s: ", OBJ_nid2sn(nid));
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Decdsatest.c198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
353 BIO_printf(out, "%s: ", OBJ_nid2sn(nid));
/macosx-10.10.1/OpenSSH-189/
H A Dtest_encrypt.c143 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Devp.h460 #define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a))
462 #define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
479 #define EVP_MD_name(e) OBJ_nid2sn(EVP_MD_nid(e))
490 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.c306 const char *OBJ_nid2sn(int n) function
458 s=OBJ_nid2sn(nid);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Devp.h432 #define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a))
434 #define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-pem.c710 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
892 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
997 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));

Completed in 275 milliseconds

12