Home
last modified time | relevance | path

Searched refs:ocipherl (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/lib/crypto/builtin/des/
H A Dd3_aead.c86 unsigned DES_INT32 ocipherl, ocipherr; in krb5int_des3_cbc_decrypt() local
104 ocipherl = load_32_be(ip); in krb5int_des3_cbc_decrypt()
117 left ^= ocipherl; in krb5int_des3_cbc_decrypt()
125 ocipherl = cipherl; in krb5int_des3_cbc_decrypt()
132 store_32_be(ocipherl, ivec); in krb5int_des3_cbc_decrypt()
H A Df_aead.c80 unsigned DES_INT32 ocipherl, ocipherr; in krb5int_des_cbc_decrypt() local
96 ocipherl = load_32_be(ip); in krb5int_des_cbc_decrypt()
107 left ^= ocipherl; in krb5int_des_cbc_decrypt()
115 ocipherl = cipherl; in krb5int_des_cbc_decrypt()
122 store_32_be(ocipherl, ivec); in krb5int_des_cbc_decrypt()
H A Df_cbc.c154 unsigned DES_INT32 ocipherl, ocipherr; in des_cbc_decrypt() local
175 GET_HALF_BLOCK(ocipherl, ip); in des_cbc_decrypt()
202 left ^= ocipherl; in des_cbc_decrypt()
211 ocipherl = cipherl; in des_cbc_decrypt()