Lines Matching full:crypto
16 …_LIB_CALL \fBkrb5_encrypt_iov_ivec\fP (krb5_context context, krb5_crypto crypto, unsigned usage, \…
19 …_LIB_CALL \fBkrb5_decrypt_iov_ivec\fP (krb5_context context, krb5_crypto crypto, unsigned usage, \…
22 …B_CALL \fBkrb5_create_checksum_iov\fP (krb5_context context, krb5_crypto crypto, unsigned usage, \…
25 …B_CALL \fBkrb5_verify_checksum_iov\fP (krb5_context context, krb5_crypto crypto, unsigned usage, \…
28 …_init\fP (krb5_context context, const krb5_keyblock *key, krb5_enctype etype, krb5_crypto *crypto)"
31 …krb5_error_code KRB5_LIB_CALL \fBkrb5_crypto_destroy\fP (krb5_context context, krb5_crypto crypto)"
34 …B_CALL \fBkrb5_crypto_getblocksize\fP (krb5_context context, krb5_crypto crypto, size_t *blocksize…
37 …LIB_CALL \fBkrb5_crypto_getenctype\fP (krb5_context context, krb5_crypto crypto, krb5_enctype *enc…
40 …_LIB_CALL \fBkrb5_crypto_getpadsize\fP (krb5_context context, krb5_crypto crypto, size_t *padsize)"
43 …L \fBkrb5_crypto_getconfoundersize\fP (krb5_context context, krb5_crypto crypto, size_t *confounde…
164 …RB5_LIB_CALL krb5_create_checksum_iov (krb5_context context, krb5_crypto crypto, unsigned usage, \…
172 \fIcrypto\fP Kerberos crypto context
189 …CTION krb5_error_code KRB5_LIB_CALL krb5_crypto_destroy (krb5_context context, krb5_crypto crypto)"
191 Free a crypto context created by \fBkrb5_crypto_init()\fP.
197 \fIcrypto\fP crypto context to free
233 …RB5_LIB_CALL krb5_crypto_getblocksize (krb5_context context, krb5_crypto crypto, size_t * blocksiz…
235 Return the blocksize used algorithm referenced by the crypto context
241 \fIcrypto\fP crypto context to query
252 …IB_CALL krb5_crypto_getconfoundersize (krb5_context context, krb5_crypto crypto, size_t * confound…
254 Return the confounder size used by the crypto context
260 \fIcrypto\fP crypto context to query
271 … KRB5_LIB_CALL krb5_crypto_getenctype (krb5_context context, krb5_crypto crypto, krb5_enctype * en…
273 Return the encryption type used by the crypto context
279 \fIcrypto\fP crypto context to query
290 … KRB5_LIB_CALL krb5_crypto_getpadsize (krb5_context context, krb5_crypto crypto, size_t * padsize)"
292 Return the padding size used by the crypto context
298 \fIcrypto\fP crypto context to query
309 …o_init (krb5_context context, const krb5_keyblock * key, krb5_enctype etype, krb5_crypto * crypto)"
311 Create a crypto context used for all encryption and signature operation. The encryption type to use…
313 To free the crypto context, use \fBkrb5_crypto_destroy()\fP.
323 \fIcrypto\fP the resulting crypto context
332 …e KRB5_LIB_CALL krb5_decrypt_iov_ivec (krb5_context context, krb5_crypto crypto, unsigned usage, \…
340 \fIcrypto\fP Kerberos crypto context
357 …e KRB5_LIB_CALL krb5_encrypt_iov_ivec (krb5_context context, krb5_crypto crypto, unsigned usage, \…
365 \fIcrypto\fP Kerberos crypto context
505 Converts the random bytestring to a protocol key according to Kerberos crypto frame work. It may be…
526 …RB5_LIB_CALL krb5_verify_checksum_iov (krb5_context context, krb5_crypto crypto, unsigned usage, \…
534 \fIcrypto\fP Kerberos crypto context