Home
last modified time | relevance | path

Searched refs:input_part_len (Results 1 – 4 of 4) sorted by relevance

/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/icsf_stdll/
H A Dicsf_specific.h73 CK_ULONG input_part_len, CK_BYTE_PTR output_part,
87 CK_ULONG input_part_len, CK_BYTE_PTR output_part,
H A Dicsf_specific.c2157 CK_ULONG input_part_len, CK_BYTE_PTR output_part, in icsftok_encrypt_update() argument
2229 total = multi_part_ctx->used_data_len + input_part_len; in icsftok_encrypt_update()
2252 input_part_len - remaining); in icsftok_encrypt_update()
2310 multi_part_ctx->used_data_len, input_part, input_part_len); in icsftok_encrypt_update()
2313 input_part + input_part_len - remaining, remaining); in icsftok_encrypt_update()
2635 CK_ULONG input_part_len, CK_BYTE_PTR output_part, in icsftok_decrypt_update() argument
2718 total = multi_part_ctx->used_data_len + input_part_len; in icsftok_decrypt_update()
2747 input_part_len - remaining); in icsftok_decrypt_update()
2804 multi_part_ctx->used_data_len, input_part, input_part_len); in icsftok_decrypt_update()
2807 input_part + input_part_len - remaining, remaining); in icsftok_decrypt_update()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/ep11_stdll/
H A Dep11_specific.h103 CK_BYTE_PTR input_part, CK_ULONG input_part_len,
117 CK_ULONG input_part_len, CK_BYTE_PTR output_part,
H A Dep11_specific.c5173 CK_BYTE_PTR input_part, CK_ULONG input_part_len, in ep11tok_decrypt_update() argument
5181 if (!input_part || !input_part_len) { in ep11tok_decrypt_update()
5188 input_part, input_part_len, output_part, in ep11tok_decrypt_update()
5289 CK_BYTE_PTR input_part, CK_ULONG input_part_len, in ep11tok_encrypt_update() argument
5297 if (!input_part || !input_part_len) { in ep11tok_encrypt_update()
5304 input_part, input_part_len, output_part, in ep11tok_encrypt_update()