Searched refs:KRB5KDF (Results 1 – 5 of 5) sorted by relevance
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpkdf_krb5.txt | 17 KDF = KRB5KDF 23 KDF = KRB5KDF 29 KDF = KRB5KDF 35 KDF = KRB5KDF 41 KDF = KRB5KDF 47 KDF = KRB5KDF 53 KDF = KRB5KDF 59 KDF = KRB5KDF 65 KDF = KRB5KDF 72 KDF = KRB5KDF [all …]
|
/openssl-master/doc/man7/ |
A D | EVP_KDF-KRB5KDF.pod | 5 EVP_KDF-KRB5KDF - The RFC3961 Krb5 KDF EVP_KDF implementation 9 Support for computing the B<KRB5KDF> KDF through the B<EVP_KDF> API. 11 The EVP_KDF-KRB5KDF algorithm implements the key derivation function defined 18 "KRB5KDF" is the name for this implementation; 44 A context for KRB5KDF can be obtained by calling: 46 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "KRB5KDF", NULL); 49 The output length of the KRB5KDF derivation is specified via the I<keylen> 53 Since the KRB5KDF output length depends on the chosen cipher, calling 72 kdf = EVP_KDF_fetch(NULL, "KRB5KDF", NULL);
|
A D | OSSL_PROVIDER-default.pod | 144 =item KRB5KDF, see L<EVP_KDF-KRB5KDF(7)>
|
/openssl-master/providers/implementations/kdfs/ |
A D | krb5kdf.c | 45 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, 128 return KRB5KDF(cipher, engine, ctx->key, ctx->key_len, in krb5kdf_derive() 352 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, in KRB5KDF() function
|
/openssl-master/doc/ |
A D | build.info | 4106 DEPEND[html/man7/EVP_KDF-KRB5KDF.html]=man7/EVP_KDF-KRB5KDF.pod 4107 GENERATE[html/man7/EVP_KDF-KRB5KDF.html]=man7/EVP_KDF-KRB5KDF.pod 4108 DEPEND[man/man7/EVP_KDF-KRB5KDF.7]=man7/EVP_KDF-KRB5KDF.pod 4109 GENERATE[man/man7/EVP_KDF-KRB5KDF.7]=man7/EVP_KDF-KRB5KDF.pod 4566 html/man7/EVP_KDF-KRB5KDF.html \ 4691 man/man7/EVP_KDF-KRB5KDF.7 \
|
Completed in 15 milliseconds