Lines Matching defs:crypto
2176 CMSCBCParam_get(hx509_context context, const hx509_crypto crypto, in CMSCBCParam_get()
2197 hx509_crypto crypto, heim_octet_string *ivec) in CMSCBCParam_set()
2215 CMSRC2CBCParam_get(hx509_context context, const hx509_crypto crypto, in CMSRC2CBCParam_get()
2252 hx509_crypto crypto, heim_octet_string *ivec) in CMSRC2CBCParam_set()
2421 hx509_crypto *crypto) in hx509_crypto_init()
2455 hx509_crypto_provider(hx509_crypto crypto) in hx509_crypto_provider()
2461 hx509_crypto_destroy(hx509_crypto crypto) in hx509_crypto_destroy()
2475 hx509_crypto_set_key_name(hx509_crypto crypto, const char *name) in hx509_crypto_set_key_name()
2481 hx509_crypto_allow_weak(hx509_crypto crypto) in hx509_crypto_allow_weak()
2487 hx509_crypto_set_padding(hx509_crypto crypto, int padding_type) in hx509_crypto_set_padding()
2504 hx509_crypto_set_key_data(hx509_crypto crypto, const void *data, size_t length) in hx509_crypto_set_key_data()
2524 hx509_crypto_set_random_key(hx509_crypto crypto, heim_octet_string *key) in hx509_crypto_set_random_key()
2551 hx509_crypto crypto, in hx509_crypto_set_params()
2560 hx509_crypto crypto, in hx509_crypto_get_params()
2568 hx509_crypto_random_iv(hx509_crypto crypto, heim_octet_string *ivec) in hx509_crypto_random_iv()
2587 hx509_crypto_encrypt(hx509_crypto crypto, in hx509_crypto_encrypt()
2676 hx509_crypto_decrypt(hx509_crypto crypto, in hx509_crypto_decrypt()
2774 hx509_crypto *crypto, in PBE_string2key()
2939 hx509_crypto crypto; in _hx509_pbe_decrypt() local