Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c807 const OSSL_PARAM *p_serial = NULL; in OSSL_STORE_supports_search() local
817 p_serial = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_SERIAL); in OSSL_STORE_supports_search()
827 ret = (p_issuer != NULL && p_serial != NULL); in OSSL_STORE_supports_search()
/freebsd/sys/dev/wg/
H A Dif_wg.c151 STAILQ_ENTRY(wg_packet) p_serial;
1899 STAILQ_INSERT_TAIL(&serial->q_queue, pkt, p_serial); in wg_queue_both()
1929 STAILQ_REMOVE_HEAD(&serial->q_queue, p_serial); in wg_queue_dequeue_serial()