Home
last modified time | relevance | path

Searched refs:KRB5KDF (Results 1 – 7 of 7) sorted by relevance

/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_krb5.txt17 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/doc/man7/
H A DEVP_KDF-KRB5KDF.pod5 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 DOSSL_PROVIDER-default.pod150 =item KRB5KDF, see L<EVP_KDF-KRB5KDF(7)>
/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c46 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine,
149 return KRB5KDF(cipher, engine, ctx->key, ctx->key_len, in krb5kdf_derive()
376 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, in KRB5KDF() function
/openssl/include/openssl/
H A Dcore_names.h.in80 # define OSSL_KDF_NAME_KRB5KDF "KRB5KDF"
/openssl/doc/designs/
H A Dhandling-some-max-defines.md69 EVP_KDF_CTX_get_kdf_size() returns EVP_MAX_KEY_LENGTH for KRB5KDF until
/openssl/doc/
H A Dbuild.info4548 DEPEND[html/man7/EVP_KDF-KRB5KDF.html]=man7/EVP_KDF-KRB5KDF.pod
4549 GENERATE[html/man7/EVP_KDF-KRB5KDF.html]=man7/EVP_KDF-KRB5KDF.pod
4550 DEPEND[man/man7/EVP_KDF-KRB5KDF.7]=man7/EVP_KDF-KRB5KDF.pod
4551 GENERATE[man/man7/EVP_KDF-KRB5KDF.7]=man7/EVP_KDF-KRB5KDF.pod
5084 html/man7/EVP_KDF-KRB5KDF.html \
5231 man/man7/EVP_KDF-KRB5KDF.7 \

Completed in 46 milliseconds