Searched refs:ossl_DER_w_octet_string (Results 1 – 4 of 4) sorted by relevance
/openssl-master/doc/internal/man3/ |
A D | ossl_DER_w_bn.pod | 6 ossl_DER_w_octet_string, ossl_DER_w_octet_string_uint32 17 int ossl_DER_w_octet_string(WPACKET *pkt, int tag, 40 ossl_DER_w_octet_string() writes the primitive OCTET STRING using the bytes
|
/openssl-master/crypto/ |
A D | der_writer.c | 70 int ossl_DER_w_octet_string(WPACKET *pkt, int tag, in ossl_DER_w_octet_string() function 90 return ossl_DER_w_octet_string(pkt, tag, tmp, sizeof(tmp)); in ossl_DER_w_octet_string_uint32()
|
/openssl-master/providers/implementations/kdfs/ |
A D | x942kdf.c | 126 || ossl_DER_w_octet_string(pkt, 3, supp_priv, supp_privlen)) in der_encode_sharedinfo() 128 || ossl_DER_w_octet_string(pkt, 2, supp_pub, supp_publen)) in der_encode_sharedinfo() 131 && (partyv == NULL || ossl_DER_w_octet_string(pkt, 1, partyv, partyvlen)) in der_encode_sharedinfo() 132 && (partyu == NULL || ossl_DER_w_octet_string(pkt, 0, partyu, partyulen)) in der_encode_sharedinfo()
|
/openssl-master/include/internal/ |
A D | der.h | 80 int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
|
Completed in 10 milliseconds