Searched refs:ref (Results 1 – 6 of 6) sorted by relevance
| /providers/implementations/keymgmt/ |
| A D | kdf_legacy_kmgmt.c | 51 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 D | mac_legacy_kmgmt.c | 87 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 D | ecdh_exch.c.in | 218 /* up-ref all ref-counted objects referenced in dstctx */
|
| /providers/implementations/signature/ |
| A D | slh_dsa_sig.c.in | 103 * Note that the SLH_DSA_KEY is ref counted via EVP_PKEY so we can just copy
|
| A D | ml_dsa_sig.c.in | 108 * Note that the ML_DSA_KEY is ref counted via EVP_PKEY so we can just copy
|
| /providers/implementations/kdfs/ |
| A D | argon2.c.in | 242 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