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

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_lib.c111 if((nid = OBJ_obj2nid(ext->object)) == NID_undef) return NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_obj.c114 if ((n == NID_undef) || ((s = OBJ_nid2sn(n)) == NULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_lib.c165 if(!otmp || !otmp->data) nid = NID_undef;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_lib.c113 if ((nid = EVP_MD_type(dgst)) == NID_undef)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_lib.c116 if ((nid = EVP_MD_type(dgst)) == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_verify.c162 if (mdnid == NID_undef) {
H A Da_strex.c535 if ((fn_opt == XN_FLAG_FN_OID) || (fn_nid == NID_undef)) {
568 if ((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS))
H A Dp5_pbev2.c102 if (alg_nid == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_sign.c262 while (params->nid != NID_undef && params->nid != nid)
264 if (params->nid == NID_undef) {
H A Dgost2001.c60 while (params->nid != NID_undef && params->nid != nid)
62 if (params->nid == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_sign.c262 while (params->nid != NID_undef && params->nid != nid)
264 if (params->nid == NID_undef) {
H A Dgost2001.c60 while (params->nid != NID_undef && params->nid != nid)
62 if (params->nid == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dp5_pbev2.c100 if(alg_nid == NID_undef) {
H A Da_strex.c470 if((fn_opt == XN_FLAG_FN_OID) || (fn_nid==NID_undef) ) {
499 if((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_ameth.c564 if (hnid == NID_undef)
580 if (hnid == NID_undef)
704 if (eckdf_nid == NID_undef)
848 if (aoid == OBJ_nid2obj(NID_undef)) {
924 if (ASN1_TYPE_get(wrap_alg->parameter) == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_ameth.c564 if (hnid == NID_undef)
580 if (hnid == NID_undef)
704 if (eckdf_nid == NID_undef)
848 if (aoid == OBJ_nid2obj(NID_undef)) {
924 if (ASN1_TYPE_get(wrap_alg->parameter) == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.c201 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef,
490 if (comp->method && comp->method->type == NID_undef)
624 *mac_pkey_type = NID_undef;
639 && (!mac_pkey_type || *mac_pkey_type != NID_undef)) {
816 NID_undef) ? SSL_GOST89MAC : 0;
1980 if (cm == NULL || cm->type == NID_undef)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c201 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef,
490 if (comp->method && comp->method->type == NID_undef)
624 *mac_pkey_type = NID_undef;
639 && (!mac_pkey_type || *mac_pkey_type != NID_undef)) {
816 NID_undef) ? SSL_GOST89MAC : 0;
1980 if (cm == NULL || cm->type == NID_undef)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_strex.c535 if ((fn_opt == XN_FLAG_FN_OID) || (fn_nid == NID_undef)) {
568 if ((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS))
H A Dp5_pbev2.c102 if (alg_nid == NID_undef) {
H A Dtasn_new.c330 *pval = (ASN1_VALUE *)OBJ_nid2obj(NID_undef);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify_openssl.c310 if (xt->nid != NID_undef)
426 if (fn_nid == NID_undef)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkcs8.c121 if (pbe_nid == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_lib.c120 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_lib.c120 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef)

Completed in 297 milliseconds

1234567