Home
last modified time | relevance | path

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

/providers/implementations/keymgmt/
A Dkdf_legacy_kmgmt.c51 int ref = 0; in ossl_kdf_data_free() local
56 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref); in ossl_kdf_data_free()
57 if (ref > 0) in ossl_kdf_data_free()
66 int ref = 0; in ossl_kdf_data_up_ref() local
78 CRYPTO_UP_REF(&kdfdata->refcnt, &ref); in ossl_kdf_data_up_ref()
A Dmac_legacy_kmgmt.c87 int ref = 0; in ossl_mac_key_free() local
92 CRYPTO_DOWN_REF(&mackey->refcnt, &ref); in ossl_mac_key_free()
93 if (ref > 0) in ossl_mac_key_free()
105 int ref = 0; in ossl_mac_key_up_ref() local
117 CRYPTO_UP_REF(&mackey->refcnt, &ref); in ossl_mac_key_up_ref()
/providers/implementations/exchange/
A Decdh_exch.c.in218 /* up-ref all ref-counted objects referenced in dstctx */
/providers/implementations/signature/
A Dslh_dsa_sig.c.in103 * Note that the SLH_DSA_KEY is ref counted via EVP_PKEY so we can just copy
A Dml_dsa_sig.c.in108 * Note that the ML_DSA_KEY is ref counted via EVP_PKEY so we can just copy
/providers/implementations/kdfs/
A Dargon2.c.in242 static void fill_block(const BLOCK *prev, const BLOCK *ref, BLOCK *next,
377 static void fill_block(const BLOCK *prev, const BLOCK *ref, argument
383 copy_block(&blockR, ref);

Completed in 22 milliseconds