OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strtmp
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
v3_utl.c
138
char *
strtmp
= NULL;
local
141
!(
strtmp
= BN_bn2dec(bntmp)) )
144
return
strtmp
;
150
char *
strtmp
= NULL;
local
153
!(
strtmp
= BN_bn2dec(bntmp)) )
156
return
strtmp
;
204
char *
strtmp
;
local
207
if(!(
strtmp
= i2s_ASN1_INTEGER(NULL, aint))) return 0;
208
ret = X509V3_add_value(name,
strtmp
, extlist);
209
OPENSSL_free(
strtmp
);
[
all
...]
/external/openssl/crypto/asn1/
tasn_enc.c
569
ASN1_STRING *
strtmp
;
local
590
strtmp
= (ASN1_STRING *)*pval;
591
utype =
strtmp
->type;
669
strtmp
= (ASN1_STRING *)*pval;
672
&& (
strtmp
->flags & ASN1_STRING_FLAG_NDEF))
676
strtmp
->data = cout;
677
strtmp
->length = 0;
682
cont =
strtmp
->data;
683
len =
strtmp
->length;
/external/elfutils/src/
ldgeneric.c
4972
struct Ebl_Strent *
strtmp
= symstrent[nsym_local];
local
[
all
...]
Completed in 739 milliseconds