Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c201 const void *aparam; in alg_get() local
206 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, alg); in alg_get()
212 pbe2 = ASN1_item_unpack(aparam, ASN1_ITEM_rptr(PBE2PARAM)); in alg_get()
216 X509_ALGOR_get0(NULL, &aparamtype, &aparam, pbe2->keyfunc); in alg_get()
221 kdf = ASN1_item_unpack(aparam, ASN1_ITEM_rptr(PBKDF2PARAM)); in alg_get()
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c1182 const void *aparam; in alg_print() local
1185 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, alg); in alg_print()
1199 pbe2 = ASN1_item_unpack(aparam, ASN1_ITEM_rptr(PBE2PARAM)); in alg_print()
1204 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, pbe2->keyfunc); in alg_print()
1215 kdf = ASN1_item_unpack(aparam, ASN1_ITEM_rptr(PBKDF2PARAM)); in alg_print()
1235 kdf = ASN1_item_unpack(aparam, ASN1_ITEM_rptr(SCRYPT_PARAMS)); in alg_print()
1252 pbe = ASN1_item_unpack(aparam, ASN1_ITEM_rptr(PBEPARAM)); in alg_print()
/freebsd/sys/netinet/
H A Dsctp_asconf.c1613 struct sctp_asconf_addr *aparam, uint32_t flag) in sctp_asconf_process_param_ack() argument
1618 param_type = aparam->ap.aph.ph.param_type; in sctp_asconf_process_param_ack()
1623 sctp_asconf_addr_mgmt_ack(stcb, aparam->ifa, flag); in sctp_asconf_process_param_ack()
1641 TAILQ_REMOVE(&stcb->asoc.asconf_queue, aparam, next); in sctp_asconf_process_param_ack()
1642 if (aparam->ifa) in sctp_asconf_process_param_ack()
1643 sctp_free_ifa(aparam->ifa); in sctp_asconf_process_param_ack()
1644 SCTP_FREE(aparam, SCTP_M_ASC_ADDR); in sctp_asconf_process_param_ack()
H A Dsctp_input.c1359 struct sctp_asconf_addr *aparam, *naparam; in sctp_process_cookie_existing() local
1864 TAILQ_FOREACH_SAFE(aparam, &asoc->asconf_queue, next, naparam) { in sctp_process_cookie_existing()
1865 TAILQ_REMOVE(&asoc->asconf_queue, aparam, next); in sctp_process_cookie_existing()
1866 SCTP_FREE(aparam, SCTP_M_ASC_ADDR); in sctp_process_cookie_existing()
H A Dsctp_pcb.c4573 struct sctp_asconf_addr *aparam, *naparam; in sctp_free_assoc() local
4995 TAILQ_FOREACH_SAFE(aparam, &asoc->asconf_queue, next, naparam) { in sctp_free_assoc()
4997 TAILQ_REMOVE(&asoc->asconf_queue, aparam, next); in sctp_free_assoc()
4998 SCTP_FREE(aparam, SCTP_M_ASC_ADDR); in sctp_free_assoc()