HomeSort by: relevance | last modified time | path
    Searched refs:SSHKDF (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpkdf_ssh.txt 14 Title = SSHKDF tests (from NIST CAVS 14.1 test vectors)
17 KDF = SSHKDF
25 KDF = SSHKDF
33 KDF = SSHKDF
41 KDF = SSHKDF
49 KDF = SSHKDF
57 KDF = SSHKDF
65 KDF = SSHKDF
73 KDF = SSHKDF
81 KDF = SSHKDF
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpkdf_ssh.txt 14 Title = SSHKDF tests (from NIST CAVS 14.1 test vectors)
17 KDF = SSHKDF
25 KDF = SSHKDF
33 KDF = SSHKDF
41 KDF = SSHKDF
49 KDF = SSHKDF
57 KDF = SSHKDF
65 KDF = SSHKDF
73 KDF = SSHKDF
81 KDF = SSHKDF
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
sshkdf.c 35 static int SSHKDF(const EVP_MD *evp_md,
129 return SSHKDF(md, ctx->key, ctx->key_len,
227 static int SSHKDF(const EVP_MD *evp_md,
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
sshkdf.c 37 static int SSHKDF(const EVP_MD *evp_md,
146 libctx, "SSHKDF", "Digest",
162 libctx, "SSHKDF", "Key size",
203 return SSHKDF(md, ctx->key, ctx->key_len,
337 static int SSHKDF(const EVP_MD *evp_md,
  /src/crypto/external/apache2/openssl/dist/test/recipes/
20-test_kdf.t 40 { cmd => [qw{openssl kdf -keylen 16 -digest SHA256 -kdfopt hexkey:0102030405 -kdfopt hexxcghash:06090A -kdfopt hexsession_id:01020304 -kdfopt type:A SSHKDF}],
42 desc => 'SSHKDF SHA256'},
66 { cmd => [qw{openssl kdf -keylen 16 -kdfopt digest:SHA256 -kdfopt hexkey:0102030405 -kdfopt hexxcghash:06090A -kdfopt hexsession_id:01020304 -kdfopt type:A SSHKDF}],
68 desc => 'SSHKDF SHA256'},
  /src/crypto/external/bsd/openssl/dist/test/recipes/
20-test_kdf.t 40 { cmd => [qw{openssl kdf -keylen 16 -digest SHA256 -kdfopt hexkey:0102030405 -kdfopt hexxcghash:06090A -kdfopt hexsession_id:01020304 -kdfopt type:A SSHKDF}],
42 desc => 'SSHKDF SHA256'},
66 { cmd => [qw{openssl kdf -keylen 16 -kdfopt digest:SHA256 -kdfopt hexkey:0102030405 -kdfopt hexxcghash:06090A -kdfopt hexsession_id:01020304 -kdfopt type:A SSHKDF}],
68 desc => 'SSHKDF SHA256'},

Completed in 38 milliseconds