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

/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dnames.c73 r = OBJ_NAME_add(OBJ_nid2sn(c->nid), OBJ_NAME_TYPE_CIPHER_METH,
90 name = OBJ_nid2sn(md->type);
100 r = OBJ_NAME_add(OBJ_nid2sn(md->pkey_type),
H A Dp5_crpt2.c195 EVP_get_cipherbyname(OBJ_nid2sn
H A Devp.h467 # define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a))
469 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
486 # define EVP_MD_name(e) OBJ_nid2sn(EVP_MD_nid(e))
497 # define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dtabtest.c89 printf("%d : %s\n", (*tmp)->ext_nid, OBJ_nid2sn((*tmp)->ext_nid));
H A Dv3_conf.c110 return v3_generic_extension(OBJ_nid2sn(ext_nid),
141 ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=",
163 ERR_add_error_data(2, "name=", OBJ_nid2sn(ext_nid));
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_verify.c86 type = EVP_get_digestbyname(OBJ_nid2sn(i));
155 type = EVP_get_digestbyname(OBJ_nid2sn(i));
H A Dt_pkey.c320 if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
395 if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid))
409 OBJ_nid2sn(basis_type)) <= 0)
H A Da_strex.c542 objbuf = OBJ_nid2sn(fn_nid);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dssl_init.c156 name = OBJ_nid2sn(nid);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_obj.c105 if ((n == NID_undef) || ((s = OBJ_nid2sn(n)) == NULL)) {
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_info.c313 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
337 objstr = OBJ_nid2sn(EVP_CIPHER_nid(xi->enc_cipher.cipher));
H A Dpem_lib.c305 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
/freebsd-9.3-release/crypto/openssl/apps/
H A Dengine.c453 OBJ_nid2sn(nids[k]), &cap_size, 256))
463 OBJ_nid2sn(nids[k]), &cap_size, 256))
H A Dcrl.c318 OBJ_nid2sn(EVP_MD_type(digest)));
H A Ddgst.c401 name = OBJ_nid2sn(md->type);
H A Decparam.c339 sname = OBJ_nid2sn(curves[n].nid);
H A Dx509.c808 OBJ_nid2sn(EVP_MD_type(digest)));
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decdsatest.c198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
349 BIO_printf(out, "%s: ", OBJ_nid2sn(nid));
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c321 const char *OBJ_nid2sn(int n) function
470 s = OBJ_nid2sn(nid);
H A Dobjects.h1010 const char *OBJ_nid2sn(int n);
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dectest.c1561 " curve %s\n", OBJ_nid2sn(nid));
1568 " curve %s\n", OBJ_nid2sn(nid));
/freebsd-9.3-release/contrib/ntp/util/
H A Dntp-keygen.c519 scheme = OBJ_nid2sn(nid);
1965 id = OBJ_nid2sn(EVP_MD_pkey_type(md));

Completed in 204 milliseconds