Home
last modified time | relevance | path

Searched full:rout (Results 1 – 25 of 25) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_verify_recover.pod19 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 DEVP_PKEY_meth_new.pod310 unsigned char *rout, size_t *routlen,
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dvoltage-divider.txt18 | 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 Dvoltage-divider.yaml27 | 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 DEVP_PKEY_verify_recover.378 \& 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 DEVP_PKEY_meth_new.3381 \& unsigned char *rout, size_t *routlen,
/freebsd/sys/contrib/ck/include/
H A Dck_pflock.h43 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 Dam3517-evm-ui.dtsi20 "Line Out", "ROUT",
50 "Line Out", "ROUT",
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwm8731.txt22 * ROUT: Right Channel Line Output
H A Dmaxim,max9867.yaml13 * ROUT
H A Datmel,sam9x5-wm8731-audio.yaml45 - ROUT
H A Dwlf,wm8731.yaml17 * ROUT: Right Channel Line Output
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c213 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 Dprovider-signature.7116 \& 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 Dprovider-signature.pod59 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 Dsignature.c1214 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 Drsa_sig.c933 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 Dqi_lb60.dts78 "INR", "ROUT";
H A Dgcw0.dts84 "Speaker Amp INR", "ROUT",
/freebsd/crypto/openssl/include/crypto/
H A Devp.h164 unsigned char *rout, size_t *routlen,
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h863 (void *ctx, unsigned char *rout, size_t *routlen,
H A Devp.h2021 unsigned char *rout, size_t *routlen,
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3568-pinctrl.dtsi58 audiopwm_rout: audiopwm-rout {
/freebsd/share/dict/
H A Dweb2a48438 rout cake
48439 rout chair
48446 rout seat
H A Dweb2171353 rout