Home
last modified time | relevance | path

Searched refs:CRYPTO_ENCRYPTED_DATA_LEN_RANGE (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c139 rv = CRYPTO_ENCRYPTED_DATA_LEN_RANGE; in aes_decrypt_contiguous_blocks()
156 rv = CRYPTO_ENCRYPTED_DATA_LEN_RANGE; in aes_decrypt_contiguous_blocks()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_3des.c70 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in dca_3des()
303 rv = CRYPTO_ENCRYPTED_DATA_LEN_RANGE; in dca_3desfinal()
332 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in dca_3desatomic()
628 errno = CRYPTO_ENCRYPTED_DATA_LEN_RANGE; in dca_3desdone()
H A Ddca_rsa.c102 rv = decrypt_error_code(mode, CRYPTO_ENCRYPTED_DATA_LEN_RANGE, in dca_rsastart()
113 rv = decrypt_error_code(mode, CRYPTO_ENCRYPTED_DATA_LEN_RANGE, in dca_rsastart()
133 CRYPTO_ENCRYPTED_DATA_LEN_RANGE, in dca_rsastart()
770 CRYPTO_ENCRYPTED_DATA_LEN_RANGE, in dca_pkcs1_unpadding()
H A Dblowfish.c391 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in blowfish_decrypt()
584 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in blowfish_decrypt_final()
H A Daes.c553 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in aes_decrypt()
891 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in aes_decrypt_final()
1141 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in aes_decrypt_atomic()
H A Drsa.c755 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in rsa_decrypt_common()
/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c384 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in ccm_mode_decrypt_contiguous_blocks()
403 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in ccm_mode_decrypt_contiguous_blocks()
455 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in ccm_mode_decrypt_contiguous_blocks()
H A Dctr.c189 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in ctr_mode_contiguous_blocks()
H A Dcbc.c223 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in cbc_decrypt_contiguous_blocks()
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c1102 rv = CRYPTO_ENCRYPTED_DATA_LEN_RANGE; in des_decrypt_contiguous_blocks()
1113 rv = CRYPTO_ENCRYPTED_DATA_LEN_RANGE; in des_decrypt_contiguous_blocks()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h511 #define CRYPTO_ENCRYPTED_DATA_LEN_RANGE 0x00000011 macro
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c584 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in des_decrypt()
775 return (CRYPTO_ENCRYPTED_DATA_LEN_RANGE); in des_decrypt_final()
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c769 rv = CRYPTO_ENCRYPTED_DATA_LEN_RANGE; in blowfish_decrypt_contiguous_blocks()
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest_kcf.c536 case CRYPTO_ENCRYPTED_DATA_LEN_RANGE: in cryptotest_errstr()