Home
last modified time | relevance | path

Searched refs:ocipherr (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
105 ocipherr = load_32_be(ip + 4); in krb5int_des3_cbc_decrypt()
118 right ^= ocipherr; in krb5int_des3_cbc_decrypt()
126 ocipherr = cipherr; in krb5int_des3_cbc_decrypt()
133 store_32_be(ocipherr, ivec + 4); in krb5int_des3_cbc_decrypt()
H A Df_aead.c80 unsigned DES_INT32 ocipherl, ocipherr; in krb5int_des_cbc_decrypt() local
97 ocipherr = load_32_be(ip + 4); in krb5int_des_cbc_decrypt()
108 right ^= ocipherr; in krb5int_des_cbc_decrypt()
116 ocipherr = cipherr; in krb5int_des_cbc_decrypt()
123 store_32_be(ocipherr, ivec + 4); in krb5int_des_cbc_decrypt()
H A Df_cbc.c154 unsigned DES_INT32 ocipherl, ocipherr; in des_cbc_decrypt() local
176 GET_HALF_BLOCK(ocipherr, ip); in des_cbc_decrypt()
203 right ^= ocipherr; in des_cbc_decrypt()
212 ocipherr = cipherr; in des_cbc_decrypt()