Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dkem.c21 const OSSL_PARAM params[], EVP_PKEY *authkey) in evp_kem_init() argument
43 if (authkey != NULL && authkey->type != ctx->pkey->type) { in evp_kem_init()
129 if (provkey != NULL && authkey != NULL) { in evp_kem_init()
130 provauthkey = evp_pkey_export_to_provider(authkey, ctx->libctx, in evp_kem_init()
/openssl/crypto/bio/
H A Dbss_dgram.c2293 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local
2355 authkey = OPENSSL_malloc(sockopt_len); in dgram_sctp_ctrl()
2356 if (authkey == NULL) { in dgram_sctp_ctrl()
2360 memset(authkey, 0, sockopt_len); in dgram_sctp_ctrl()
2361 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; in dgram_sctp_ctrl()
2367 authkey->sca_keylength = 64; in dgram_sctp_ctrl()
2369 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); in dgram_sctp_ctrl()
2372 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, in dgram_sctp_ctrl()
2374 OPENSSL_free(authkey); in dgram_sctp_ctrl()
2375 authkey = NULL; in dgram_sctp_ctrl()

Completed in 17 milliseconds