HomeSort by relevance Sort by last modified time
    Searched defs:btmp (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
cert.c 35 BIGNUM *btmp; local
38 btmp = b;
40 btmp = BN_new();
42 if (!btmp)
45 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))
47 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
55 BN_free(btmp);
  /external/boringssl/src/crypto/conf/
conf.c 523 char btmp[DECIMAL_SIZE(eline) + 1]; local
714 BIO_snprintf(btmp, sizeof btmp, "%ld", eline);
715 ERR_add_error_data(2, "line ", btmp);
  /external/boringssl/src/crypto/x509/
a_strex.c 580 BIO *btmp; local
582 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
583 if (!btmp)
585 ret = X509_NAME_print(btmp, nm, indent);
586 BIO_free(btmp);
  /external/libdrm/nouveau/
pushbuf.c 400 struct nouveau_bufctx *bctx, *btmp; local
427 DRMLISTFOREACHENTRYSAFE(bctx, btmp, &nvpb->bctx_list, head) {
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 287 char *btmp; local
288 if (!(btmp = value->value))
290 if (!strcmp(btmp, "TRUE") || !strcmp(btmp, "true")
291 || !strcmp(btmp, "Y") || !strcmp(btmp, "y")
292 || !strcmp(btmp, "YES") || !strcmp(btmp, "yes")) {
295 } else if (!strcmp(btmp, "FALSE") || !strcmp(btmp, "false"
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable
3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable
4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable
3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable
4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable
3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable
4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
    [all...]

Completed in 970 milliseconds