OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abuflen
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/pkcs7/
pk7_doit.c
801
unsigned int
abuflen
;
local
802
abuflen
= EVP_PKEY_size(si->pkey);
803
abuf = OPENSSL_malloc(
abuflen
);
807
if (!EVP_SignFinal(&ctx_tmp, abuf, &
abuflen
,
814
ASN1_STRING_set0(si->enc_digest, abuf,
abuflen
);
/hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c
847
wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong
abuflen
)
852
if (
abuflen
== 0)
859
if (--
abuflen
== 0)
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c
847
wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong
abuflen
)
852
if (
abuflen
== 0)
859
if (--
abuflen
== 0)
[
all
...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h
308
extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong
abuflen
);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h
308
extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong
abuflen
);
Completed in 156 milliseconds