Searched refs:nid (Results 1 – 7 of 7) sorted by relevance
526 int nid = 0; in makeAndSetAlgo() local531 nid = NID_ecdsa_with_SHA1; in makeAndSetAlgo()534 nid = NID_ecdsa_with_SHA224; in makeAndSetAlgo()537 nid = NID_ecdsa_with_SHA256; in makeAndSetAlgo()540 nid = NID_ecdsa_with_SHA384; in makeAndSetAlgo()543 nid = NID_ecdsa_with_SHA512; in makeAndSetAlgo()555 nid = NID_sha1WithRSAEncryption; in makeAndSetAlgo()558 nid = NID_sha224WithRSAEncryption; in makeAndSetAlgo()561 nid = NID_sha256WithRSAEncryption; in makeAndSetAlgo()564 nid = NID_sha384WithRSAEncryption; in makeAndSetAlgo()[all …]
137 int nid = -1; in parse_avb_image() local139 nid = NID_sha1; in parse_avb_image()141 nid = NID_sha256; in parse_avb_image()149 nid); in parse_avb_image()
142 const std::vector<uint8_t> &salt, int nid) { in initialize() argument143 check(nid == NID_sha256 || nid == NID_sha1); in initialize()148 this->nid_ = nid; in initialize()150 digest_length_ = nid == NID_sha1 ? SHA_DIGEST_LENGTH : SHA256_DIGEST_LENGTH; in initialize()
91 const std::vector<uint8_t> &salt, int nid);
148 (@gen_consts {} {$($n:ident $nid:tt,)*} {$($count:tt)*}) => {153 const $n: i64 = $nid;
40 static bool add_ext(X509* cert, int nid, const char* value) { in add_ext() argument48 X509_EXTENSION* ex = X509V3_EXT_nconf_nid(nullptr, &context, nid, mutableValue.data()); in add_ext()
112 static const char* curveNidToString(int nid) { in curveNidToString() argument113 switch (nid) { in curveNidToString()