Home
last modified time | relevance | path

Searched refs:xof (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/doc/designs/
H A Dxof.md13 xof = xof.new();
14 xof.absorb(bytes1);
15 xof.absorb(bytes2);
16 xof.finalize();
17 out1 = xof.squeeze(10);
18 out2 = xof.squeeze(1000);
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmac_common.txt408 Ctrl = xof:0
507 Ctrl = xof:1
514 Ctrl = xof:1
521 Ctrl = xof:1
529 Ctrl = xof:1
536 Ctrl = xof:1
544 Ctrl = xof:1
554 Ctrl = xof:1
H A Devpkdf_x942.txt122 Reason = xof digests not allowed
H A Devpkdf_x963.txt140 Reason = xof digests not allowed
H A Devppkey_kdf_hkdf.txt207 Reason = xof digests not allowed
H A Devpkdf_pbkdf2.txt229 Reason = xof digests not allowed
H A Devpkdf_hkdf.txt235 Reason = xof digests not allowed
H A Devpkdf_ss.txt1154 Reason = xof digests not allowed
H A Devpkdf_ssh.txt4879 Reason = xof digests not allowed
H A Devpkdf_tls13_kdf.txt4955 Reason = xof digests not allowed
/freebsd/crypto/openssl/crypto/evp/
H A Dmac_lib.c141 static int evp_mac_final(EVP_MAC_CTX *ctx, int xof, in evp_mac_final() argument
171 if (xof) { in evp_mac_final()
172 params[0] = OSSL_PARAM_construct_int(OSSL_MAC_PARAM_XOF, &xof); in evp_mac_final()
H A Ddigest.c985 int ok, xof = 0, algid_absent = 0; in evp_md_cache_constants() local
997 params[2] = OSSL_PARAM_construct_int(OSSL_DIGEST_PARAM_XOF, &xof); in evp_md_cache_constants()
1007 if (xof) in evp_md_cache_constants()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod62 =item "xof" (B<OSSL_MAC_PARAM_XOF>) <integer>
64 The "xof" parameter value is expected to be 1 or 0. Use 1 to enable XOF mode.
85 The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
/freebsd/crypto/openssl/test/
H A Devp_test.c661 int xof; member
689 mdat->xof = 0; in digest_test_init()
720 return (mdata->xof = atoi(value)) > 0; in digest_test_parse()
766 int xof = 0; in digest_test_run() local
777 if (expected->xof > 0) { in digest_test_run()
778 xof |= 1; in digest_test_run()
801 xof |= EVP_MD_xof(expected->digest); in digest_test_run()
802 if (xof) { in digest_test_run()
842 && !xof in digest_test_run()
1595 int xof; member
[all …]
/freebsd/sys/netipsec/
H A Dkey.c2149 struct sadb_x_if_hw_offl *xof; in key_spdadd() local
2151 xof = (struct sadb_x_if_hw_offl *)mhp->ext[ in key_spdadd()
2153 newsp->accel_ifname = malloc(sizeof(xof->sadb_x_if_hw_offl_if), in key_spdadd()
2162 xof->sadb_x_if_hw_offl_if, in key_spdadd()
2163 sizeof(xof->sadb_x_if_hw_offl_if)); in key_spdadd()
3103 struct sadb_x_if_hw_offl *xof; in key_newsav() local
3105 xof = (struct sadb_x_if_hw_offl *)mhp->ext[ in key_newsav()
3107 sav->accel_ifname = malloc(sizeof(xof->sadb_x_if_hw_offl_if), in key_newsav()
3114 xof->sadb_x_if_hw_offl_if, in key_newsav()
3115 sizeof(xof->sadb_x_if_hw_offl_if)); in key_newsav()
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt814 EVP_R_SETTING_XOF_FAILED:227:setting xof failed
1152 PROV_R_NOT_XOF_OR_INVALID_LENGTH:113:not xof or invalid length
1201 PROV_R_XOF_DIGESTS_NOT_ALLOWED:183:xof digests not allowed
/freebsd/crypto/openssl/doc/man3/
H A DEVP_MAC.pod278 =item "xof" (B<OSSL_MAC_PARAM_XOF>) <integer>
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1101 # nist_hashalgs 21 : KMAC128-XOF : kmac128-xof
1102 # nist_hashalgs 22 : KMAC256-XOF : kmac256-xof