/titanic_41/usr/src/uts/common/crypto/api/ |
H A D | kcf_object.c | 69 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_create() 106 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_destroy() 145 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_copy() 184 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_get_attribute_value() 223 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_set_attribute_value() 260 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_get_size() 301 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_find_init() 335 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, in crypto_object_find_final() 372 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_find()
|
H A D | kcf_sign.c | 76 rv = kcf_submit_request(real_provider, ctx, crq, ¶ms, B_FALSE); in crypto_sign_init_prov() 163 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_sign_single() 192 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_sign_update() 219 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_sign_final() 249 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_sign_prov() 320 error = kcf_submit_request(pd, NULL, crq, ¶ms, B_FALSE); in sign_sr_atomic_common() 369 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_sign_recover_prov() 416 rv = kcf_submit_request(real_provider, ctx, crq, ¶ms, B_FALSE); in crypto_sign_recover_init_prov() 448 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_sign_recover_single()
|
H A D | kcf_verify.c | 76 rv = kcf_submit_request(real_provider, ctx, crq, ¶ms, B_FALSE); in crypto_verify_init_prov() 164 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_verify_single() 194 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_verify_update() 221 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_verify_final() 251 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_verify_prov() 323 error = kcf_submit_request(pd, NULL, crq, ¶ms, B_FALSE); in verify_vr_atomic_common() 371 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_verify_recover_prov() 418 rv = kcf_submit_request(real_provider, ctx, crq, ¶ms, B_FALSE); in crypto_verify_recover_init_prov() 450 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_verify_recover_single()
|
H A D | kcf_digest.c | 118 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_digest_prov() 166 error = kcf_submit_request(pd, NULL, crq, ¶ms, in crypto_digest() 248 error = kcf_submit_request(real_provider, ctx, crq, ¶ms, in crypto_digest_init_prov() 360 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_update() 409 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_final() 446 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_key_prov() 479 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_single()
|
H A D | kcf_session.c | 69 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_session_open() 113 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_session_close() 148 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_session_login() 184 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_session_logout()
|
H A D | kcf_mac.c | 117 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_mac_prov() 194 error = kcf_submit_request(pd, NULL, crq, ¶ms, in crypto_mac() 241 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_mac_verify_prov() 314 error = kcf_submit_request(pd, NULL, crq, ¶ms, in crypto_mac_verify() 411 rv = kcf_submit_request(real_provider, ctx, crq, ¶ms, in crypto_mac_init_prov() 546 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_mac_update() 595 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_mac_final() 631 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_mac_single()
|
H A D | kcf_cipher.c | 206 error = kcf_submit_request(real_provider, ctx, crq, ¶ms, in crypto_cipher_init_prov() 342 error = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_encrypt_prov() 407 error = kcf_submit_request(pd, NULL, crq, ¶ms, B_FALSE); in crypto_encrypt() 509 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_update() 557 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_final() 623 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_decrypt_prov() 689 error = kcf_submit_request(pd, NULL, crq, ¶ms, B_FALSE); in crypto_decrypt() 791 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_decrypt_update() 840 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_decrypt_final() 875 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_single() [all …]
|
H A D | kcf_keys.c | 67 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_generate() 108 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_generate_pair() 147 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_wrap() 188 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_unwrap() 226 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_derive()
|
H A D | kcf_dual.c | 157 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, in crypto_encrypt_mac_prov() 283 error = kcf_submit_request(pd, NULL, (crq == NULL) ? NULL : in crypto_encrypt_mac() 393 error = kcf_submit_request(pd, NULL, crq, ¶ms, B_FALSE); in crypto_encrypt_mac() 531 rv = kcf_submit_request(real_provider, ctx, cr, ¶ms, in crypto_encrypt_mac_init_prov() 768 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_mac_init() 843 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_mac_init() 946 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_mac_update() 960 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_mac_update() 1044 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_mac_final() 1056 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_mac_final() [all …]
|
H A D | kcf_random.c | 267 rv = kcf_submit_request(pd, NULL, NULL, ¶ms, B_FALSE); in rngprov_getbytes() 379 rv = kcf_submit_request(pd, NULL, &req, ¶ms, B_FALSE); in rngprov_getbytes_nblk()
|
H A D | kcf_miscapi.c | 869 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, in crypto_get_provinfo()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 1473 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, in get_provider_info() 1740 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, in crypto_get_provider_session() 1766 (void) kcf_submit_request(real_provider, NULL, in crypto_get_provider_session() 1825 (void) kcf_submit_request(ps->ps_real_provider, in crypto_release_provider_session() 3657 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, B_FALSE); in set_pin() 3736 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, B_FALSE); in login() 3795 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, B_FALSE); in logout() 4350 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, B_FALSE); in seed_random() 4435 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, B_FALSE); in generate_random() 4577 rv = kcf_submit_request(real_provider, NULL, NULL, ¶ms, B_FALSE); in object_create() [all …]
|
H A D | dprov.c | 8350 error = kcf_submit_request(pd, NULL, NULL, ¶ms, in dprov_key_task() 8469 error = kcf_submit_request(pd, NULL, NULL, ¶ms, in dprov_key_task()
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | sched_impl.h | 497 extern int kcf_submit_request(kcf_provider_desc_t *, crypto_ctx_t *,
|
/titanic_41/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 284 ret = kcf_submit_request(prov_desc, NULL, NULL, ¶ms, in crypto_register_provider() 306 ret = kcf_submit_request(prov_desc, NULL, NULL, in crypto_register_provider()
|
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 1686 err = kcf_submit_request(pd, ctx, NULL, &encr_params, in kcf_emulate_dual() 1718 err = kcf_submit_request(pd, ctx, NULL, &encr_params, in kcf_emulate_dual() 1760 err = kcf_submit_request(pd, ctx, NULL, &encr_params, in kcf_emulate_dual() 1825 err = kcf_submit_request(pd, ctx, NULL, &decr_params, in kcf_emulate_dual()
|
H A D | kcf_sched.c | 596 kcf_submit_request(kcf_provider_desc_t *pd, crypto_ctx_t *ctx, in kcf_submit_request() function
|