H A D | crypt.c | 59 uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, 65 static int ucrypto_atomic(ucrypto_mech_t mech_type, uchar_t *key_str, 250 uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, 261 rv = set_key(&key, key_str, key_len, mech_type); 462 ucrypto_atomic(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, argument 522 rv = set_key(&key, key_str, key_len, mech_type); 615 uchar_t *key_str, size_t key_len, void *iv, size_t iv_len) 617 return (ucrypto_common_init(context, mech_type, key_str, key_len, 667 ucrypto_encrypt(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, argument 679 return (encr_func(key_str, key_le 249 ucrypto_common_init(crypto_ctx_t *context, ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, ucrypto_op_t op_type) argument 614 ucrypto_encrypt_init(crypto_ctx_t *context, ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len) argument 690 ucrypto_decrypt_init(crypto_ctx_t *context, ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len) argument 728 ucrypto_decrypt(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len) argument 750 ucrypto_sign_init(crypto_ctx_t *context, ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len) argument 772 ucrypto_sign(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, uchar_t *data_str, size_t data_len, uchar_t *sig_str, size_t *sig_len) argument 782 ucrypto_verify_init(crypto_ctx_t *context, ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len) argument 804 ucrypto_verify(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, uchar_t *data_str, size_t data_len, uchar_t *sig_str, size_t *sig_len) argument [all...] |