Home
last modified time | relevance | path

Searched refs:cek_oid (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dx942kdf.c47 const unsigned char *cek_oid; member
168 * |cek_oid| The oid of the key wrapping algorithm.
198 const unsigned char *cek_oid, size_t cek_oid_len, in x942_encode_otherinfo()
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()
439 if (ctx->cek_oid == NULL || ctx->cek_oid_len == 0) { in x942kdf_derive()
453 ctx->cek_oid, ctx->cek_oid_len, in x942kdf_derive()
534 ctx->cek_oid = kek_algs[id].oid; in x942kdf_set_ctx_params()
197 x942_encode_otherinfo(size_t keylen, const unsigned char *cek_oid, size_t cek_oid_len, const unsigned char *acvp, size_t acvp_len, const unsigned char *partyu, size_t partyu_len, const unsigned char *partyv, size_t partyv_len, const unsigned char *supp_pub, size_t supp_pub_len, const unsigned char *supp_priv, size_t supp_priv_len, unsigned char **der, size_t *der_len, unsigned char **out_ctr) x942_encode_otherinfo() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dx942kdf.c47 const unsigned char *cek_oid; member
168 * |cek_oid| The oid of the key wrapping algorithm.
198 const unsigned char *cek_oid, size_t cek_oid_len, in x942_encode_otherinfo()
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()
439 if (ctx->cek_oid == NULL || ctx->cek_oid_len == 0) { in x942kdf_derive()
453 ctx->cek_oid, ctx->cek_oid_len, in x942kdf_derive()
534 ctx->cek_oid = kek_algs[id].oid; in x942kdf_set_ctx_params()
197 x942_encode_otherinfo(size_t keylen, const unsigned char *cek_oid, size_t cek_oid_len, const unsigned char *acvp, size_t acvp_len, const unsigned char *partyu, size_t partyu_len, const unsigned char *partyv, size_t partyv_len, const unsigned char *supp_pub, size_t supp_pub_len, const unsigned char *supp_priv, size_t supp_priv_len, unsigned char **der, size_t *der_len, unsigned char **out_ctr) x942_encode_otherinfo() argument

Completed in 4 milliseconds