OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:astype
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_doit.c
1230
ASN1_TYPE *
astype
;
local
1231
if ((
astype
= get_attribute(sk, NID_pkcs9_messageDigest)) == NULL)
1233
if (
astype
->type != V_ASN1_OCTET_STRING)
1235
return
astype
->value.octet_string;
/src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_doit.c
1092
ASN1_TYPE *
astype
;
local
1093
if ((
astype
= get_attribute(sk, NID_pkcs9_messageDigest)) == NULL)
1095
return
astype
->value.octet_string;
/src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_doit.c
1182
ASN1_TYPE *
astype
;
local
1183
if ((
astype
= get_attribute(sk, NID_pkcs9_messageDigest)) == NULL)
1185
return
astype
->value.octet_string;
/src/sys/dev/hdaudio/
hdafg.c
3738
uint32_t
astype
= 0;
local
3873
astype
|= (1 << sc->sc_assocs[i].as_digital);
3875
hda_debug(sc, "assoc type mask: %x\n",
astype
);
3877
if (
astype
== 0)
Completed in 66 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026