Home
last modified time | relevance | path

Searched refs:oids (Results 1 - 25 of 64) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobjects.pl201 $oids = join('L,',@a) . "L";
202 if ($oids ne "L")
204 $oids = $pref_oid . $pref_sep . $oids;
208 $oids = $pref_oid;
210 return($oids);
/third_party/openssl/crypto/objects/
H A Dobjects.pl201 $oids = join('L,',@a) . "L";
202 if ($oids ne "L")
204 $oids = $pref_oid . $pref_sep . $oids;
208 $oids = $pref_oid;
210 return($oids);
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
H A Dsigstore_verification.js9 return { issuer: "", san: undefined, oids: [] };
16 oids: Array.isArray(object?.oids) ? object.oids.map((e) => sigstore_common_1.ObjectIdentifierValuePair.fromJSON(e)) : [],
23 if (message.oids) {
24 obj.oids = message.oids.map((e) => e ? sigstore_common_1.ObjectIdentifierValuePair.toJSON(e) : undefined);
27 obj.oids = [];
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/
H A Dkey.js124 const oids = Buffer.concat([
130 Buffer.from([oids.length]),
131 oids,
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_ext.c392 X509_EXTENSION *OCSP_accept_responses_new(char **oids) in OCSP_accept_responses_new() argument
401 while (oids && *oids) { in OCSP_accept_responses_new()
402 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
404 oids++; in OCSP_accept_responses_new()
429 * per ACCESS_DESCRIPTION parameter are oids, of which there are currently
/third_party/openssl/crypto/ocsp/
H A Docsp_ext.c392 X509_EXTENSION *OCSP_accept_responses_new(char **oids) in OCSP_accept_responses_new() argument
401 while (oids && *oids) { in OCSP_accept_responses_new()
402 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
404 oids++; in OCSP_accept_responses_new()
429 * per ACCESS_DESCRIPTION parameter are oids, of which there are currently
/third_party/openssl/ohos_lite/include/openssl/
H A Docsp.h262 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Docsp.h393 X509_EXTENSION *OCSP_accept_responses_new(char **oids);

Completed in 25 milliseconds

123