Home
last modified time | relevance | path

Searched refs:tgt (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_util.c242 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1() argument
247 if (tgt == NULL) { in ossl_cmp_asn1_octet_string_set1()
251 if (*tgt == src) /* self-assignment */ in ossl_cmp_asn1_octet_string_set1()
261 ASN1_OCTET_STRING_free(*tgt); in ossl_cmp_asn1_octet_string_set1()
262 *tgt = new; in ossl_cmp_asn1_octet_string_set1()
266 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1_bytes() argument
271 if (tgt == NULL) { in ossl_cmp_asn1_octet_string_set1_bytes()
283 ASN1_OCTET_STRING_free(*tgt); in ossl_cmp_asn1_octet_string_set1_bytes()
284 *tgt = new; in ossl_cmp_asn1_octet_string_set1_bytes()
H A Dcmp_hdr.c122 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random() argument
130 res = ossl_cmp_asn1_octet_string_set1_bytes(tgt, bytes, len); in set_random()
H A Dcmp_local.h831 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt,
833 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt,
/openssl/doc/internal/man3/
H A Dossl_cmp_asn1_octet_string_set1.pod13 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt,
15 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt,
21 referenced via the I<tgt> argument and assigns either a copy of
25 referenced via the I<tgt> argument and assigns either a copy of the given byte
/openssl/doc/man3/
H A DGENERAL_NAME.pod15 int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src);
21 I<tgt> must not be NULL. If successful, I<*tgt> will be set to point
/openssl/crypto/x509/
H A Dv3_genn.c61 int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src) in GENERAL_NAME_set1_X509_NAME() argument
65 if (tgt == NULL) { in GENERAL_NAME_set1_X509_NAME()
81 GENERAL_NAME_free(*tgt); in GENERAL_NAME_set1_X509_NAME()
82 *tgt = name; in GENERAL_NAME_set1_X509_NAME()
/openssl/include/internal/
H A Dhashtable.h234 static void ossl_unused ossl_ht_strcase(char *tgt, const char *src, int len) in ossl_ht_strcase() argument
247 tgt[i] = case_adjust & src[i]; in ossl_ht_strcase()
/openssl/include/openssl/
H A Dx509v3.h.in186 int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src);

Completed in 51 milliseconds