OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmac_nid
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/pkcs12/
p12_mutl.c
463
int prf_md_nid = NID_undef, prf_nid = NID_undef,
hmac_nid
;
local
484
hmac_nid
= ossl_md2hmacnid(EVP_MD_get_type(md_type));
486
if (prf_nid == NID_undef ||
hmac_nid
== NID_undef) {
515
if (!X509_ALGOR_set0(hmac_alg, OBJ_nid2obj(
hmac_nid
), V_ASN1_NULL, NULL)) {
/src/crypto/external/apache2/openssl/dist/crypto/evp/
digest.c
1212
int
hmac_nid
;
member in struct:__anon26
1233
int ossl_hmac2mdnid(int
hmac_nid
)
1239
if (ossl_hmacmd_pairs[i].
hmac_nid
==
hmac_nid
) {
1250
int
hmac_nid
= NID_undef;
local
1255
hmac_nid
= ossl_hmacmd_pairs[i].
hmac_nid
;
1260
return
hmac_nid
;
/src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h
998
int ossl_hmac2mdnid(int
hmac_nid
);
Completed in 24 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026