Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/crypto/builtin/des/
H A Dd3_aead.c87 unsigned DES_INT32 cipherl, cipherr; in krb5int_des3_cbc_decrypt() local
110 cipherl = left = load_32_be(block); in krb5int_des3_cbc_decrypt()
125 ocipherl = cipherl; in krb5int_des3_cbc_decrypt()
H A Df_cbc.c155 unsigned DES_INT32 cipherl, cipherr; in des_cbc_decrypt() local
190 cipherl = left; in des_cbc_decrypt()
211 ocipherl = cipherl; in des_cbc_decrypt()
H A Df_aead.c81 unsigned DES_INT32 cipherl, cipherr; in krb5int_des_cbc_decrypt() local
102 cipherl = left = load_32_be(block); in krb5int_des_cbc_decrypt()
115 ocipherl = cipherl; in krb5int_des_cbc_decrypt()