Searched refs:ocipherl (Results 1 – 3 of 3) sorted by relevance
86 unsigned DES_INT32 ocipherl, ocipherr; in krb5int_des3_cbc_decrypt() local104 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()
80 unsigned DES_INT32 ocipherl, ocipherr; in krb5int_des_cbc_decrypt() local96 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()
154 unsigned DES_INT32 ocipherl, ocipherr; in des_cbc_decrypt() local175 GET_HALF_BLOCK(ocipherl, ip); in des_cbc_decrypt()202 left ^= ocipherl; in des_cbc_decrypt()211 ocipherl = cipherl; in des_cbc_decrypt()