HomeSort by relevance Sort by last modified time
    Searched refs:XCALLOC (Results 1 - 19 of 19) sorted by null

  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_points.c 33 p = XCALLOC(1, sizeof(*p));
ltc_ecc_mul2add.c 57 tA = XCALLOC(1, ECC_BUF_SIZE);
61 tB = XCALLOC(1, ECC_BUF_SIZE);
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 90 l = XCALLOC(1, sizeof(*l));
96 l->next = XCALLOC(1, sizeof(*l));
110 l->data = XCALLOC(1, sizeof(int));
145 if ((l->data = XCALLOC(1, l->size)) == NULL) {
165 if ((l->data = XCALLOC(1, l->size)) == NULL) {
201 if ((l->data = XCALLOC(len, sizeof(unsigned long))) == NULL) {
228 if ((l->data = XCALLOC(sizeof(wchar_t), l->size)) == NULL) {
248 if ((l->data = XCALLOC(1, l->size)) == NULL) {
268 if ((l->data = XCALLOC(1, l->size)) == NULL) {
288 if ((l->data = XCALLOC(1, sizeof(ltc_utctime))) == NULL)
    [all...]
der_decode_sequence_multi.c 82 list = XCALLOC(sizeof(*list), x);
der_encode_sequence_multi.c 82 list = XCALLOC(sizeof(*list), x);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 20 #ifndef XCALLOC
24 #define XCALLOC calloc
tomcrypt_cfg.h 28 LTC_EXPORT void * LTC_CALL XCALLOC(size_t n, size_t s);
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_memory.c 48 f9 = XCALLOC(1, sizeof(*f9));
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory.c 48 xcbc = XCALLOC(1, sizeof(*xcbc));
xcbc_init.c 47 skey = XCALLOC(1, sizeof(*skey));
  /external/dropbear/libtomcrypt/src/math/
rand_prime.c 46 buf = XCALLOC(1, len);
ltm_desc.c 50 *a = XCALLOC(1, sizeof(mp_int));
343 *b = XCALLOC(1, sizeof(mp_digit));
gmp_desc.c 24 *a = XCALLOC(1, sizeof(__mpz_struct));
tfm_desc.c 48 *a = XCALLOC(1, sizeof(fp_int));
354 *b = XCALLOC(1, sizeof(fp_digit));
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_setof.c 77 buf = XCALLOC(1, *outlen);
89 edges = XCALLOC(inlen, sizeof(*edges));
der_encode_set.c 75 copy = XCALLOC(inlen, sizeof(*copy));
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_import.c 47 tmpbuf = XCALLOC(1, MAX_RSA_SIZE*8);
  /external/dropbear/libtommath/
tommath.h 114 #define XCALLOC calloc
119 extern void *XCALLOC(size_t n, size_t s);
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 82 milliseconds