Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dx942kdf.c113 static int der_encode_sharedinfo(WPACKET *pkt, unsigned char *buf, size_t buflen, in der_encode_sharedinfo() function
219 if (!der_encode_sharedinfo(&pkt, NULL, 0, cek_oid, cek_oid_len, in x942_encode_otherinfo()
232 if (!der_encode_sharedinfo(&pkt, der_buf, der_buflen, cek_oid, cek_oid_len, in x942_encode_otherinfo()