OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abuflen
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/pkcs7/
pk7_doit.c
847
unsigned int
abuflen
;
local
848
abuflen
= EVP_PKEY_size(si->pkey);
849
abuf = OPENSSL_malloc(
abuflen
);
853
if (!EVP_SignFinal(&ctx_tmp, abuf, &
abuflen
,
860
ASN1_STRING_set0(si->enc_digest, abuf,
abuflen
);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c
1032
wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong
abuflen
)
1037
if (
abuflen
== 0)
1044
if (--
abuflen
== 0)
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h
365
extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong
abuflen
);
Completed in 2290 milliseconds