Searched defs:os1 (Results 1 - 6 of 6) sorted by relevance

/external/libutf/
H A Drunestrcpy.c22 Rune *os1; local
24 os1 = s1;
27 return os1;
H A Drunestrncat.c22 Rune *os1; local
24 os1 = s1;
31 return os1;
H A Drunestrncpy.c23 Rune *os1; local
25 os1 = s1;
30 return os1;
32 return os1;
/external/openssl/crypto/rsa/
H A Drsa_ameth.c582 ASN1_STRING *os1 = NULL, *os2 = NULL; local
633 if (!ASN1_item_pack(pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), &os1))
637 os2 = ASN1_STRING_dup(os1);
644 V_ASN1_SEQUENCE, os1);
645 os1 = os2 = NULL;
652 if (os1)
653 ASN1_STRING_free(os1);
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c699 ASN1_STRING *os1 = rsa_ctx_to_pss(pkctx); local
700 if (!os1) {
705 ASN1_STRING *os2 = ASN1_STRING_dup(os1);
707 ASN1_STRING_free(os1);
712 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_rsassaPss), V_ASN1_SEQUENCE, os1);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c1114 yasm_offset_setter *os1, *os2; local
1125 os1 = STAILQ_FIRST(&optd->offset_setters);
1126 while (os1) {
1127 os2 = STAILQ_NEXT(os1, link);
1128 yasm_xfree(os1);
1129 os1 = os2;

Completed in 1410 milliseconds