Searched refs:cccbc_set_iv (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/libkern/crypto/ |
| H A D | corecrypto_aes.c | 55 int rc = cccbc_set_iv(cbc, ctx_iv, in_iv); in aes_encrypt_cbc() 92 int rc = cccbc_set_iv(cbc, ctx_iv, in_iv); in aes_decrypt_cbc()
|
| /xnu-11215.1.10/osfmk/corecrypto/ |
| H A D | cccbc.c | 97 cccbc_set_iv(const struct ccmode_cbc *mode, cccbc_iv *iv_ctx, const void *iv) in cccbc_set_iv() function
|
| /xnu-11215.1.10/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 561 cccbc_set_iv(wctx->ccmode, wctx->iv, NULL); in do_crypt_init() 958 cccbc_set_iv(ctx->enc_mode, iv, NULL); in krb5_key_derivation() 1848 cccbc_set_iv(cctx->enc_mode, iv, hash->value); in gss_krb5_3des_token_put() 1921 cccbc_set_iv(cctx->dec_mode, iv, tokbody->Hash); in gss_krb5_3des_token_get()
|
| /xnu-11215.1.10/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 84 int cccbc_set_iv(const struct ccmode_cbc *mode, cccbc_iv *iv_ctx, const void *iv);
|