Home
last modified time | relevance | path

Searched refs:SSL_SIG_LENGTH (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/libressl/libressl-3.4.3/crypto/rsa/
H A Drsa_sign.c71 #define SSL_SIG_LENGTH 36 in RSA_sign_ASN1_OCTET_STRING()
141 if (m_len != SSL_SIG_LENGTH) {
145 encoded_len = SSL_SIG_LENGTH;
204 if (decrypt_len != SSL_SIG_LENGTH) {
210 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH);
211 *prm_len = SSL_SIG_LENGTH;
213 if (m_len != SSL_SIG_LENGTH) {
218 m, SSL_SIG_LENGTH) != 0) {
/dports/security/libressl-static/libressl-3.3.5/crypto/rsa/
H A Drsa_sign.c71 #define SSL_SIG_LENGTH 36 macro
141 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
145 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
204 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
210 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
211 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
213 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
218 m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/rsa/
H A Drsa_sign.c71 #define SSL_SIG_LENGTH 36 macro
141 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
145 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
204 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
210 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
211 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
213 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
218 m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/rsa/
H A Drsa_sign.c71 #define SSL_SIG_LENGTH 36 macro
141 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
145 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
204 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
210 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
211 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
213 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
218 m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/www/obhttpd/libressl-3.4.1/crypto/rsa/
H A Drsa_sign.c71 #define SSL_SIG_LENGTH 36 macro
141 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
145 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
204 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
210 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
211 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
213 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
218 m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/security/openssl/openssl-1.1.1n/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/security/openssl-static/openssl-1.1.1l/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36
87 if (m_len != SSL_SIG_LENGTH) {
91 encoded_len = SSL_SIG_LENGTH;
154 if (decrypt_len != SSL_SIG_LENGTH) {
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH);
161 *prm_len = SSL_SIG_LENGTH;
163 if (m_len != SSL_SIG_LENGTH) {
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) {
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36
87 if (m_len != SSL_SIG_LENGTH) {
91 encoded_len = SSL_SIG_LENGTH;
154 if (decrypt_len != SSL_SIG_LENGTH) {
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH);
161 *prm_len = SSL_SIG_LENGTH;
163 if (m_len != SSL_SIG_LENGTH) {
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) {
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_sign.c20 #define SSL_SIG_LENGTH 36 macro
87 if (m_len != SSL_SIG_LENGTH) { in RSA_sign()
91 encoded_len = SSL_SIG_LENGTH; in RSA_sign()
154 if (decrypt_len != SSL_SIG_LENGTH) { in int_rsa_verify()
160 memcpy(rm, decrypt_buf, SSL_SIG_LENGTH); in int_rsa_verify()
161 *prm_len = SSL_SIG_LENGTH; in int_rsa_verify()
163 if (m_len != SSL_SIG_LENGTH) { in int_rsa_verify()
168 if (memcmp(decrypt_buf, m, SSL_SIG_LENGTH) != 0) { in int_rsa_verify()

123