Lines Matching full:for
3 * CP Assist for Cryptographic Functions (CPACF)
18 * Instruction opcodes for the CPACF instructions
40 * Function codes for the KM (CIPHER MESSAGE) instruction
58 * Function codes for the KMC (CIPHER MESSAGE WITH CHAINING)
74 * Function codes for the KMCTR (CIPHER MESSAGE WITH COUNTER)
89 * Function codes for the KIMD (COMPUTE INTERMEDIATE MESSAGE DIGEST)
99 * Function codes for the KLMD (COMPUTE LAST MESSAGE DIGEST)
108 * function codes for the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE)
117 * Function codes for the PCKMO (PERFORM CRYPTOGRAPHIC KEY MANAGEMENT)
129 * Function codes for the PRNO (PERFORM RANDOM NUMBER OPERATION)
220 return test_facility(17); /* check for MSA */ in __cpacf_check_opcode()
222 return test_facility(76); /* check for MSA3 */ in __cpacf_check_opcode()
227 return test_facility(77); /* check for MSA4 */ in __cpacf_check_opcode()
229 return test_facility(57); /* check for MSA5 */ in __cpacf_check_opcode()
253 * @func: the function code to test for
255 * Executes the query function for the given crypto instruction @opcode
258 * Returns 1 if @func is available for @opcode, 0 otherwise
272 * @param: address of parameter block; see POP for details on each func
277 * Returns 0 for the query func, number of processed bytes for
302 * @param: address of parameter block; see POP for details on each func
307 * Returns 0 for the query func, number of processed bytes for
333 * @param: address of parameter block; see POP for details on each func
356 * @param: address of parameter block; see POP for details on each func
380 * @param: address of parameter block; see POP for details on each func
384 * Returns 0 for the query func, number of processed bytes for digest funcs
407 * @param: address of parameter block; see POP for details on each func
413 * Returns 0 for the query func, number of processed bytes for
441 * @param: address of parameter block; see POP for details on each func
469 * @ucbuf: buffer for unconditioned data
471 * @cbuf: buffer for conditioned data
496 * @param: address of parameter block; see POP for details on each func
515 * @param: address of parameter block; see POP for details on each func