Searched refs:KRB5KDF (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_krb5.txt | 14 Title = KRB5KDF tests (from RFC 3961 test vectors and krb5 sources) 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 [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H 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);
|
H A D | OSSL_PROVIDER-default.pod | 148 =item KRB5KDF, see L<EVP_KDF-KRB5KDF(7)>
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 45 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, 129 return KRB5KDF(cipher, engine, ctx->key, ctx->key_len, in krb5kdf_derive() 355 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, in KRB5KDF() function
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | Makefile | 19 MAN+= EVP_KDF-KRB5KDF.7
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 4210 DEPEND[html/man7/EVP_KDF-KRB5KDF.html]=man7/EVP_KDF-KRB5KDF.pod 4211 GENERATE[html/man7/EVP_KDF-KRB5KDF.html]=man7/EVP_KDF-KRB5KDF.pod 4212 DEPEND[man/man7/EVP_KDF-KRB5KDF.7]=man7/EVP_KDF-KRB5KDF.pod 4213 GENERATE[man/man7/EVP_KDF-KRB5KDF.7]=man7/EVP_KDF-KRB5KDF.pod 4668 html/man7/EVP_KDF-KRB5KDF.html \ 4794 man/man7/EVP_KDF-KRB5KDF.7 \
|