/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_meth.h | 15 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \ 29 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \ 31 return fn##_update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
|
H A D | legacy_sha.c | 34 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \ 36 return fn##_update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
|
/freebsd/sys/security/mac_veriexec/ |
H A D | mac_veriexec.h | 145 _update, _final, _vers) \ argument 152 .update = _update, \
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4.c | 100 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))ossl_cipher_generic_##typ##_update },\
|
H A D | cipher_tdes.h | 50 (void (*)(void))ossl_cipher_generic_##block##_update }, \
|
H A D | cipher_rc5.c | 163 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))ossl_cipher_generic_##typ##_update },\
|
H A D | cipher_des.c | 171 (void (*)(void))ossl_cipher_generic_##block##_update }, \
|
H A D | cipher_rc2.c | 253 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))ossl_cipher_generic_##typ##_update },\
|
H A D | cipher_aes_cbc_hmac_sha.c | 409 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))nm##_update }, \
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 139 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))ossl_cipher_generic_##typ##_update },\ 166 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))ossl_cipher_generic_##typ##_update },\
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_clk.h | 285 _update, \ argument 314 .update_shift = _update, \
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 581 ;PROTOTYPE._update = function(content, element, reposition) { function in PROTOTYPE 598 return self._update(c, element); 600 return self._update(e, element); 631 this._update(content, this.elements.content, reposition); 635 if(this._update(content, this.elements.title, reposition) === FALSE) {
|
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 46 br_ ## cname ## _update(&mc, buf, sizeof buf); \ 58 br_ ## cname ## _update(&mc, buf, sizeof buf); \
|
H A D | test_crypto.c | 102 br_ ## cname ## _update(&mc, data, n); \ 107 br_ ## cname ## _update(&mc, data + u, 1); \ 114 br_ ## cname ## _update(&mc, data, u); \ 116 br_ ## cname ## _update(&mc, data + u, n - u); \ 119 br_ ## cname ## _update(&mc2, data + u, n - u); \ 146 br_ ## cname ## _update(&mc, buf, sizeof buf); \
|