| /providers/implementations/keymgmt/ |
| A D | lms_kmgmt.c | 138 static void *lms_load(const void *reference, size_t reference_sz) in lms_load() argument 144 key = *(LMS_KEY **)reference; in lms_load() 146 *(LMS_KEY **)reference = NULL; in lms_load()
|
| A D | rsa_kmgmt.c | 674 static void *common_load(const void *reference, size_t reference_sz, in common_load() argument 681 rsa = *(RSA **)reference; in common_load() 687 *(RSA **)reference = NULL; in common_load() 693 static void *rsa_load(const void *reference, size_t reference_sz) in rsa_load() argument 695 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSA); in rsa_load() 698 static void *rsapss_load(const void *reference, size_t reference_sz) in rsapss_load() argument 700 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSASSAPSS); in rsapss_load()
|
| A D | slh_dsa_kmgmt.c | 250 static void *slh_dsa_load(const void *reference, size_t reference_sz) in slh_dsa_load() argument 256 key = *(SLH_DSA_KEY **)reference; in slh_dsa_load() 258 *(SLH_DSA_KEY **)reference = NULL; in slh_dsa_load()
|
| A D | ec_kmgmt.c | 1437 static void *common_load(const void *reference, size_t reference_sz, in common_load() argument 1444 ec = *(EC_KEY **)reference; in common_load() 1450 *(EC_KEY **)reference = NULL; in common_load() 1456 static void *ec_load(const void *reference, size_t reference_sz) in ec_load() argument 1458 return common_load(reference, reference_sz, 0); in ec_load() 1463 static void *sm2_load(const void *reference, size_t reference_sz) in sm2_load() argument 1465 return common_load(reference, reference_sz, 1); in sm2_load()
|
| A D | ml_dsa_kmgmt.c.in | 423 static void *ml_dsa_load(const void *reference, size_t reference_sz) argument 430 /* The contents of the reference is the address to our object */ 431 key = *(ML_DSA_KEY **)reference; 433 *(ML_DSA_KEY **)reference = NULL;
|
| A D | dsa_kmgmt.c | 706 static void *dsa_load(const void *reference, size_t reference_sz) in dsa_load() argument 712 dsa = *(DSA **)reference; in dsa_load() 714 *(DSA **)reference = NULL; in dsa_load()
|
| A D | dh_kmgmt.c | 840 static void *dh_load(const void *reference, size_t reference_sz) in dh_load() argument 846 dh = *(DH **)reference; in dh_load() 848 *(DH **)reference = NULL; in dh_load()
|
| A D | ml_kem_kmgmt.c.in | 512 void *ml_kem_load(const void *reference, size_t reference_sz) argument 519 /* The contents of the reference is the address to our object */ 520 key = *(ML_KEM_KEY **)reference; 524 *(ML_KEM_KEY **)reference = NULL;
|
| A D | ecx_kmgmt.c | 886 void *ecx_load(const void *reference, size_t reference_sz) in ecx_load() argument 892 key = *(ECX_KEY **)reference; in ecx_load() 894 *(ECX_KEY **)reference = NULL; in ecx_load()
|
| /providers/implementations/encode_decode/ |
| A D | decode_lmsxdr2key.c | 139 const void *reference, size_t reference_sz, in lmsxdr2key_export_object() argument 154 keydata = *(void **)reference; in lmsxdr2key_export_object()
|
| A D | decode_msblob2key.c | 215 const void *reference, size_t reference_sz, in msblob2key_export_object() argument 229 keydata = *(void **)reference; in msblob2key_export_object()
|
| A D | decode_pvk2key.c.in | 220 const void *reference, size_t reference_sz, argument 233 /* The contents of the reference is the address to our object */ 234 keydata = *(void **)reference;
|
| A D | encode_key2ms.c.in | 127 * actually const, and the implied reference count change is safe.
|
| A D | decode_der2key.c.in | 385 const void *reference, size_t reference_sz, argument 398 /* The contents of the reference is the address to our object */ 399 keydata = *(void **)reference;
|
| /providers/implementations/kdfs/ |
| A D | argon2.c.in | 529 /* Computing the lane of the reference block */ 531 /* Can not reference other lanes yet */ 535 /* Computing the number of possible reference block within the lane. */
|