(krb5_crypto_getpadsize, krb5_crypto_getconfoundersize): added
From: Luke Howard <lukeh@PADL.COM> git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12621 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -3666,6 +3666,24 @@ krb5_crypto_getenctype(krb5_context context, | ||||
|      return 0; | ||||
| } | ||||
|  | ||||
| krb5_error_code | ||||
| krb5_crypto_getpadsize(krb5_context context, | ||||
|                        krb5_crypto crypto, | ||||
|                        size_t *padsize)       | ||||
| { | ||||
|     *padsize = crypto->et->padsize; | ||||
|     return 0; | ||||
| } | ||||
|  | ||||
| krb5_error_code | ||||
| krb5_crypto_getconfoundersize(krb5_context context, | ||||
|                               krb5_crypto crypto, | ||||
|                               size_t *confoundersize) | ||||
| { | ||||
|     *confoundersize = crypto->et->confoundersize; | ||||
|     return 0; | ||||
| } | ||||
|  | ||||
| krb5_error_code | ||||
| krb5_string_to_key_derived(krb5_context context, | ||||
| 			   const void *str, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand