| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_verify_recover.pod | 19 unsigned char *rout, size_t *routlen, 44 I<siglen> parameters. If I<rout> is NULL then the maximum size of the output 45 buffer is written to the I<routlen> parameter. If I<rout> is not NULL then 47 I<rout> buffer, if the call is successful recovered data is written to 48 I<rout> and the amount of data written to I<routlen>. 85 unsigned char *rout, *sig; 107 rout = OPENSSL_malloc(routlen); 109 if (!rout) 112 if (EVP_PKEY_verify_recover(ctx, rout, &routlen, sig, siglen) <= 0) 115 /* Recovered data is routlen bytes written to buffer rout */
|
| H A D | EVP_PKEY_meth_new.pod | 310 unsigned char *rout, size_t *routlen,
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
| H A D | voltage-divider.txt | 18 | Rout| 26 - output-ohms : Resistance Rout over which the output voltage is measured. 28 - full-ohms : Resistance R + Rout for the full divider. The io-channel 29 is scaled by the Rout / (R + Rout) quotient. 33 voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC.
|
| H A D | voltage-divider.yaml | 27 | Rout| 55 Resistance Rout over which the output voltage is measured. See full-ohms. 59 Resistance R + Rout for the full divider. The io-channel is scaled by 60 the Rout / (R + Rout) quotient. 75 * voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC.
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | EVP_PKEY_verify_recover.3 | 78 \& unsigned char *rout, size_t *routlen, 103 \&\fIsiglen\fR parameters. If \fIrout\fR is NULL then the maximum size of the output 104 buffer is written to the \fIroutlen\fR parameter. If \fIrout\fR is not NULL then 142 \& unsigned char *rout, *sig; 164 \& rout = OPENSSL_malloc(routlen); 166 \& if (!rout) 169 \& if (EVP_PKEY_verify_recover(ctx, rout, &routlen, sig, siglen) <= 0) 172 \& /* Recovered data is routlen bytes written to buffer rout */
|
| H A D | EVP_PKEY_meth_new.3 | 381 \& unsigned char *rout, size_t *routlen,
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_pflock.h | 43 uint32_t rout; member 62 pf->rout = 0; in ck_pflock_init() 103 while (ck_pr_load_32(&pf->rout) != ticket) in ck_pflock_write_lock() 115 ck_pr_faa_32(&pf->rout, CK_PFLOCK_RINC); in ck_pflock_read_unlock()
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am3517-evm-ui.dtsi | 20 "Line Out", "ROUT", 50 "Line Out", "ROUT",
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | wm8731.txt | 22 * ROUT: Right Channel Line Output
|
| H A D | maxim,max9867.yaml | 13 * ROUT
|
| H A D | atmel,sam9x5-wm8731-audio.yaml | 45 - ROUT
|
| H A D | wlf,wm8731.yaml | 17 * ROUT: Right Channel Line Output
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_pmeth.c | 213 unsigned char *rout, size_t *routlen, in pkey_rsa_verifyrecover() argument 242 if (rout) in pkey_rsa_verifyrecover() 243 memcpy(rout, rctx->tbuf, ret); in pkey_rsa_verifyrecover() 247 NULL, 0, rout, &sltmp, in pkey_rsa_verifyrecover() 256 ret = RSA_public_decrypt(siglen, sig, rout, rsa, rctx->pad_mode); in pkey_rsa_verifyrecover()
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | provider-signature.7 | 116 \& int OSSL_FUNC_signature_verify_recover(void *ctx, unsigned char *rout, 410 Unless \fIrout\fR is NULL, the recovered data should be written to the location 411 pointed to by \fIrout\fR which should not exceed \fIroutsize\fR bytes in length. 413 If \fIrout\fR is NULL then the maximum size of the output buffer is written to
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-signature.pod | 59 int OSSL_FUNC_signature_verify_recover(void *ctx, unsigned char *rout, 357 Unless I<rout> is NULL, the recovered data should be written to the location 358 pointed to by I<rout> which should not exceed I<routsize> bytes in length. 360 If I<rout> is NULL then the maximum size of the output buffer is written to
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | signature.c | 1214 unsigned char *rout, size_t *routlen, in EVP_PKEY_verify_recover() argument 1242 ret = signature->verify_recover(ctx->op.sig.algctx, rout, routlen, in EVP_PKEY_verify_recover() 1243 (rout == NULL ? 0 : *routlen), sig, siglen); in EVP_PKEY_verify_recover() 1253 M_check_autoarg(ctx, rout, routlen, EVP_F_EVP_PKEY_VERIFY_RECOVER) in EVP_PKEY_verify_recover() 1254 return ctx->pmeth->verify_recover(ctx, rout, routlen, sig, siglen); in EVP_PKEY_verify_recover()
|
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | rsa_sig.c | 933 unsigned char *rout, size_t *routlen, in rsa_verify_recover() argument 943 if (rout == NULL) { in rsa_verify_recover() 972 if (rout != prsactx->tbuf) { in rsa_verify_recover() 979 memcpy(rout, prsactx->tbuf, ret); in rsa_verify_recover() 987 ret = ossl_rsa_verify(prsactx->mdnid, NULL, 0, rout, &sltmp, in rsa_verify_recover() 1003 ret = RSA_public_decrypt(siglen, sig, rout, prsactx->rsa, in rsa_verify_recover()
|
| /freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | qi_lb60.dts | 78 "INR", "ROUT";
|
| H A D | gcw0.dts | 84 "Speaker Amp INR", "ROUT",
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | evp.h | 164 unsigned char *rout, size_t *routlen,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 863 (void *ctx, unsigned char *rout, size_t *routlen,
|
| H A D | evp.h | 2021 unsigned char *rout, size_t *routlen,
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3568-pinctrl.dtsi | 58 audiopwm_rout: audiopwm-rout {
|
| /freebsd/share/dict/ |
| H A D | web2a | 48438 rout cake 48439 rout chair 48446 rout seat
|
| H A D | web2 | 171353 rout
|