Home
last modified time | relevance | path

Searched refs:octet_string (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/lib/libcrypto/asn1/
H A Da_type.c233 (a->value.octet_string == NULL)) { in ASN1_TYPE_get_octetstring()
237 p = ASN1_STRING_data(a->value.octet_string); in ASN1_TYPE_get_octetstring()
238 ret = ASN1_STRING_length(a->value.octet_string); in ASN1_TYPE_get_octetstring()
H A Dp5_pbev2.c291 kdf->salt->value.octet_string = osalt; in PKCS5_pbkdf2_set()
H A Dasn1.h442 ASN1_OCTET_STRING * octet_string; member
/openbsd-src/lib/libcrypto/ts/
H A Dts_rsp_sign.c929 ASN1_OCTET_STRING *octet_string = NULL; in TS_TST_INFO_content_new() local
937 if (!(octet_string = ASN1_OCTET_STRING_new())) in TS_TST_INFO_content_new()
939 ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string); in TS_TST_INFO_content_new()
940 octet_string = NULL; in TS_TST_INFO_content_new()
949 ASN1_OCTET_STRING_free(octet_string); in TS_TST_INFO_content_new()
H A Dts_asn1.c1072 tst_info_der = tst_info_wrapper->value.octet_string; in PKCS7_to_TS_TST_INFO()
/openbsd-src/lib/libcrypto/evp/
H A Devp_pbe.c573 salt = kdf->salt->value.octet_string->data; in PKCS5_v2_PBKDF2_keyivgen()
574 saltlen = kdf->salt->value.octet_string->length; in PKCS5_v2_PBKDF2_keyivgen()
/openbsd-src/usr.sbin/ldapd/
H A Dsyntax.c43 SYNTAX_DECL(octet_string);
/openbsd-src/lib/libcrypto/pkcs12/
H A Dp12_kiss.c238 lkid = attrib->value.octet_string; in parse_bag()
/openbsd-src/lib/libcrypto/rsa/
H A Drsa_ameth.c1162 label = plab->parameter->value.octet_string->data;
1166 plab->parameter->value.octet_string->data = NULL;
1167 labellen = plab->parameter->value.octet_string->length;
/openbsd-src/usr.bin/openssl/
H A Dpkcs12.c1039 hex_prin(out, av->value.octet_string->data, in print_attribute()
1040 av->value.octet_string->length); in print_attribute()
/openbsd-src/lib/libcrypto/pkcs7/
H A Dpk7_doit.c102 return p7->d.other->value.octet_string; in PKCS7_get_octet_string()
1161 return astype->value.octet_string; in PKCS7_digest_from_attributes()
/openbsd-src/lib/libcrypto/cms/
H A Dcms_lib.c315 return &cms->d.other->value.octet_string; in CMS_get0_content()