OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ttmp
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509/
x509_att.c
287
ASN1_TYPE *
ttmp
;
local
312
if(!(
ttmp
= ASN1_TYPE_new())) goto err;
315
if (!ASN1_TYPE_set1(
ttmp
, attrtype, data))
319
ASN1_TYPE_set(
ttmp
, atype, stmp);
320
if(!sk_ASN1_TYPE_push(attr->value.set,
ttmp
)) goto err;
343
ASN1_TYPE *
ttmp
;
local
344
ttmp
= X509_ATTRIBUTE_get0_type(attr, idx);
345
if(!
ttmp
) return NULL;
346
if(atrtype != ASN1_TYPE_get(
ttmp
)){
350
return
ttmp
->value.ptr
[
all
...]
/external/openssl/crypto/evp/
evp_pkey.c
444
ASN1_TYPE *
ttmp
= NULL;
local
501
if (!(
ttmp
= ASN1_TYPE_new())) {
505
if (!(
ttmp
->value.integer =
510
ttmp
->type = V_ASN1_INTEGER;
511
if (!sk_ASN1_TYPE_push(ndsa,
ttmp
)) {
516
if (!(
ttmp
= ASN1_TYPE_new())) {
520
ttmp
->value.integer = prkey;
522
ttmp
->type = V_ASN1_INTEGER;
523
if (!sk_ASN1_TYPE_push(ndsa,
ttmp
)) {
527
ttmp
= NULL
[
all
...]
/external/openssl/crypto/asn1/
a_strnid.c
198
ASN1_STRING_TABLE *
ttmp
;
local
201
ttmp
= (ASN1_STRING_TABLE *) OBJ_bsearch((char *)&fnd,
205
if(
ttmp
) return
ttmp
;
Completed in 61 milliseconds