HomeSort by: relevance | last modified time | path
    Searched defs:octet_string (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ts/
ts_rsp_sign.c 806 ASN1_OCTET_STRING *octet_string = NULL; local
814 if ((octet_string = ASN1_OCTET_STRING_new()) == NULL)
816 ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string);
817 octet_string = NULL;
825 ASN1_OCTET_STRING_free(octet_string);
  /src/crypto/external/bsd/openssl/dist/crypto/ts/
ts_rsp_sign.c 793 ASN1_OCTET_STRING *octet_string = NULL; local
801 if ((octet_string = ASN1_OCTET_STRING_new()) == NULL)
803 ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string);
804 octet_string = NULL;
812 ASN1_OCTET_STRING_free(octet_string);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ts/
ts_rsp_sign.c 811 ASN1_OCTET_STRING *octet_string = NULL; local
819 if ((octet_string = ASN1_OCTET_STRING_new()) == NULL)
821 ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string);
822 octet_string = NULL;
830 ASN1_OCTET_STRING_free(octet_string);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1.h 454 ASN1_OCTET_STRING *octet_string; member in union:asn1_type_st::__anon2150

Completed in 27 milliseconds