Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmac_common.txt336 Ctrl = xof:0
435 Ctrl = xof:1
442 Ctrl = xof:1
449 Ctrl = xof:1
457 Ctrl = xof:1
464 Ctrl = xof:1
472 Ctrl = xof:1
482 Ctrl = xof:1
/freebsd/crypto/openssl/crypto/evp/
H A Dmac_lib.c129 static int evp_mac_final(EVP_MAC_CTX *ctx, int xof, in evp_mac_final() argument
159 if (xof) { in evp_mac_final()
160 params[0] = OSSL_PARAM_construct_int(OSSL_MAC_PARAM_XOF, &xof); in evp_mac_final()
H A Ddigest.c909 int ok, xof = 0, algid_absent = 0; in evp_md_cache_constants() local
916 params[2] = OSSL_PARAM_construct_int(OSSL_DIGEST_PARAM_XOF, &xof); in evp_md_cache_constants()
926 if (xof) in evp_md_cache_constants()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod63 =item "xof" (B<OSSL_MAC_PARAM_XOF>) <integer>
65 The "xof" parameter value is expected to be 1 or 0. Use 1 to enable XOF mode.
71 The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
/freebsd/crypto/openssl/test/
H A Devp_test.c406 int xof = 0; in digest_test_run() local
436 xof = (EVP_MD_get_flags(expected->digest) & EVP_MD_FLAG_XOF) != 0; in digest_test_run()
437 if (xof) { in digest_test_run()
484 && !xof in digest_test_run()
1146 int xof; member
1260 return mdata->xof = 1; in mac_test_parse()
1321 if (expected->xof) in mac_test_run_pkey()
1430 int xof; in mac_test_run_mac() local
1584 xof = expected->xof; in mac_test_run_mac()
[all...]
/freebsd/sys/netipsec/
H A Dkey.c2147 struct sadb_x_if_hw_offl *xof; in key_spdadd() local
2149 xof = (struct sadb_x_if_hw_offl *)mhp->ext[ in key_spdadd()
2151 newsp->accel_ifname = malloc(sizeof(xof->sadb_x_if_hw_offl_if), in key_spdadd()
2160 xof->sadb_x_if_hw_offl_if, in key_spdadd()
2161 sizeof(xof->sadb_x_if_hw_offl_if)); in key_spdadd()
3101 struct sadb_x_if_hw_offl *xof; in key_newsav() local
3103 xof = (struct sadb_x_if_hw_offl *)mhp->ext[ in key_newsav()
3105 sav->accel_ifname = malloc(sizeof(xof->sadb_x_if_hw_offl_if), in key_newsav()
3112 xof->sadb_x_if_hw_offl_if, in key_newsav()
3113 sizeof(xof->sadb_x_if_hw_offl_if)); in key_newsav()
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt745 EVP_R_SETTING_XOF_FAILED:227:setting xof failed
1057 PROV_R_NOT_XOF_OR_INVALID_LENGTH:113:not xof or invalid length
1098 PROV_R_XOF_DIGESTS_NOT_ALLOWED:183:xof digests not allowed
/freebsd/crypto/openssl/doc/man3/
H A DEVP_MAC.pod274 =item "xof" (B<OSSL_MAC_PARAM_XOF>) <integer>
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1016 # nist_hashalgs 21 : KMAC128-XOF : kmac128-xof
1017 # nist_hashalgs 22 : KMAC256-XOF : kmac256-xof