Searched refs:NID_undef (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-10.2-release/crypto/openssl/apps/
H A Dreq.c1194 if ((nid = OBJ_txt2nid(type)) == NID_undef)
1252 if ((nid = OBJ_txt2nid(type)) == NID_undef)
H A Dapps.c740 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) {
2114 if ((nid = OBJ_txt2nid(ne_types[i])) == NID_undef) {
H A Dca.c1743 if ((j = OBJ_txt2nid(cv->name)) == NID_undef) {
2268 if ((nid = OBJ_txt2nid(type)) == NID_undef) {
/freebsd-10.2-release/crypto/openssl/crypto/objects/
H A Dobjects.h69 # define NID_undef 0 macro
H A Dobj_mac.h67 #define NID_undef 0 macro
/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A Devp.h107 # define EVP_PKEY_NONE NID_undef
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dt1_enc.c612 int mac_type = NID_undef, mac_secret_size = 0;
H A Dssltest.c842 if (cm->type != NID_undef) {

Completed in 100 milliseconds

123